https://github.com/yummyume/symfony-spa
An opinionated template for Symfony applications using Turbo.
https://github.com/yummyume/symfony-spa
daisyui docker-compose eslint nginx php-cs-fixer php-unit php8-2 prettier scss stimulusjs symfony symfony6-2 tailwindcss template turbo typescript webpack-encore
Last synced: 3 months ago
JSON representation
An opinionated template for Symfony applications using Turbo.
- Host: GitHub
- URL: https://github.com/yummyume/symfony-spa
- Owner: YummYume
- License: mit
- Created: 2023-01-28T17:26:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T14:19:52.000Z (about 2 years ago)
- Last Synced: 2025-01-22T13:39:02.720Z (5 months ago)
- Topics: daisyui, docker-compose, eslint, nginx, php-cs-fixer, php-unit, php8-2, prettier, scss, stimulusjs, symfony, symfony6-2, tailwindcss, template, turbo, typescript, webpack-encore
- Language: PHP
- Homepage:
- Size: 962 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Symfony SPA
> **Note**
> You can (and should) modify this README to your needs.A Symfony SPA using Turbo. Created using [this template](https://github.com/YummYume/symfony-spa).
## Content
- [Symfony SPA](#symfony-spa)
- [Content](#content)
- [About this template](#about-this-template)
- [Contributing](#contributing)## About this template
> **Note**
> This template assumes you are familiar with (at least) Symfony and Javascript. The whole template is also configured to work with Docker.This template is 100% focused on making your life easier when creating a new Symfony app.
It can be used for any kind of project, whether you just need to test things or need to bootstrap an actual project.Here is what it includes :
- Latest version of Symfony (6.2) & PHP (8.2),
- Backend and frontend,
- A easy-to-use (and customise) docker configuration,
- Linters, fixers and testers,
- A real SPA without any effort thanks to Turbo,
- Stimulus to interact with your HTML effortlessly, with structured folders to make your life easier,
- Typescript,
- TailwindCSS and DaisyUI for a very quick, easy and detailed design,
- A Makefile with a lot of commands to make simple tasks even simpler,
- A fully working GitHub CI,
- Authentication ready, with essential features such as email confirmation and forgotten password handling,
- Ready-to-use services such as Rabbitmq, Mercure and Redis. Also includes a mailcatcher for your dev environment,
- Optimised configuration by default so you don't have to get your hands dirty,
- A simple yet beautiful design,
- And more...Features will be added when I feel like they need to. Feel free to also propose your own!
You can adjust anything you need, remove things you don't need and add the ones you do.
Overall, the goal of this template is to save your time when you need to create a new Symfony application.## Contributing
Check the [contributing documentation](CONTRIBUTING.md).