Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 743 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 743 Bytes

Symfony con 2022 turbo example project

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

Requirements

  • php 8.1 with sqlite extension
  • symfony cli
  • node v16
  • yarn

Install

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

Frankenphp

You can run the project with frankenphp using the command make frankenphp (requires docker usage).