8000 GitHub - weaverryan/symfony-demo at turbo
[go: up one dir, main page]

Skip to content

weaverryan/symfony-demo

 
 

Repository files navigation

Symfony Demo App with Turbo

This adds Turbo to the demo for testing purposes with the web debug toolbar.

git clone https://github.com/weaverryan/symfony-demo.git sf_demo_turbo
cd sf_demo_turbo
git checkout -b turbo origin/turbo
composer install

# clone Symfony fork and link
git clone https://github.com/weaverryan/symfony.git
cd symfony
git checkout -b sf-debug-turbo-52 origin/sf-debug-turbo-52
cd ..
./symfony/link

# start the app
php bin/console doctrine:fixtures:load
symfony serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 56.0%
  • PHP 28.3%
  • JavaScript 15.1%
  • ApacheConf 0.6%
0