Diferencia entre revisiones de «Comandos de consola Symfony»
Ir a la navegación
Ir a la búsqueda
([feat] Add information Comandos de consola Symfony) |
([feat] Add information Comandos de consola Symfony) |
||
Línea 1: | Línea 1: | ||
= | = Cache = | ||
== Limpiar cache == | |||
php bin/console cache:clear | |||
= Doctrine = | |||
== Listar todos los comandos sobre doctrine == | |||
php bin/console list doctrine | |||
= Rutas = | |||
= Listar las rutas = | == Listar las rutas == | ||
php bin/console debug:router | php bin/console debug:router | ||
= Server = | |||
== Levantar server dev == | |||
symfony server:start | |||
o | |||
symfony serve -d |
Revisión del 07:14 23 sep 2023
Cache
Limpiar cache
php bin/console cache:clear
Doctrine
Listar todos los comandos sobre doctrine
php bin/console list doctrine
Rutas
Listar las rutas
php bin/console debug:router
Server
Levantar server dev
symfony server:start
o
symfony serve -d