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)
Línea 26: Línea 26:


  symfony serve -d
  symfony serve -d
=== Levantar y elegir el puerto ===
symfony server:start --port=8080

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

Levantar y elegir el puerto

symfony server:start --port=8080