Diferencia entre revisiones de «Comandos de consola Symfony»

De Wiki Proyectos Beta
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:
= Levantar server dev =
= Cache =


  symfony server:start
== Limpiar cache ==
 
  php bin/console cache:clear


o
= Doctrine =


symfony serve -d
== Listar todos los comandos sobre doctrine ==


= Limpiar cache =
php bin/console list doctrine


php bin/console cache:clear
= 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 06: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