Showing 3 Result(s)

GUIDA COMPLETA: Symfony 7.x + API Platform + Next.js con Apache

1️⃣ Installazione in locale (localhost) 2️⃣ Deploy su un server remoto (Ubuntu + Apache)             🖥️ 1️⃣ Installazione in LOCALE 📌 Struttura del progetto /my-project │── /backend # Symfony 7.x + API Platform (backend) │ │── /bin │ │── /config │ │── /migrations │ │── /public │ │── /src │ …

console command list

Always keep on hand when developing in the dev environment

to view the current configuration of a particular {bundle} : $ php bin/console debug:config {bundle-name} to view the potential configurations of a particular {bundle} : $ php bin/console config:dump {bundle-name} the following list is used to regenerate the entire database including migrations and data fakes : $ symfony console doctrine:database:drop –force $ symfony console doctrine:database:create …