Diferencia entre revisiones de «Comandos de consola Symfony»

De Wiki Proyectos Beta
Ir a la navegación Ir a la búsqueda
Línea 27: Línea 27:
  symfony serve -d
  symfony serve -d


=== Levantar y elegir el puerto ===
=== Elegir el puerto ===


  symfony server:start --port=8080
  symfony server:start --port=8080

Revisión del 06:28 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

Elegir el puerto

symfony server:start --port=8080