Note: this repo is now read-only, serving as an example. I made another talk @ Symfony LIve Paris 2023 about this and created another project: https://github.com/florentdestremau/turbo-paris-live
- php 8.1 with sqlite extension
- symfony cli
- node v16
- yarn
git clone [email protected]:florentdestremau/symfonycon-turbo.git
cd symfonycon-turbo/
composer install
yarn install
bin/console doctrine:migrations:migrate -n
symfony server:start -d
yarn encore dev-server
# go to https://localhost:8000
You can run the project with frankenphp using the command make frankenphp
(requires docker usage).