florentdestremau / symfonycon-turbo

A simple website to demonstrate symfony-ux turbo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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).

About

A simple website to demonstrate symfony-ux turbo


Languages

Language:PHP 54.0%Language:Twig 32.1%Language:JavaScript 12.8%Language:Makefile 0.8%Language:CSS 0.3%