Opinionated Composer metapackage for Symfony-based web applications.
Why? Because modern web applications often require Webpack, the use of Symfony UX live components, sending HTML emails, pagination of results, and more.
In a minimal Symfony installation:
composer require gremo/symfony-webapp
See Creating Symfony Applications to create a new (minimal) Symfony application.
If you are not using Symfony CLI:
curl -O https://raw.githubusercontent.com/symfony/skeleton/7.2/composer.json
composer install
Here are the differences between the Symfony webapp
metapackage and this project:
Development packages:
All types of contributions are encouraged and valued. See the contributing guidelines, the community looks forward to your contributions!
Released under the terms of the ISC License.