https://github.com/gremo/symfony-webapp
Opinionated Composer metapackage for Symfony-based web applications
https://github.com/gremo/symfony-webapp
metapackage symfony
Last synced: 15 days ago
JSON representation
Opinionated Composer metapackage for Symfony-based web applications
- Host: GitHub
- URL: https://github.com/gremo/symfony-webapp
- Owner: gremo
- License: isc
- Created: 2024-06-28T09:43:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T21:04:58.000Z (10 months ago)
- Last Synced: 2025-10-10T01:46:44.049Z (5 months ago)
- Topics: metapackage, symfony
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Symfony webapp
Opinionated [Composer](https://getcomposer.org) metapackage for [Symfony](https://symfony.com)-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.
## 🚀 Quick start
In a minimal Symfony installation:
```bash
composer require gremo/symfony-webapp
```
See [Creating Symfony Applications](https://symfony.com/doc/current/setup.html#creating-symfony-applications) to create a new (minimal) Symfony application.
If you are not using **Symfony CLI**:
```bash
curl -O https://raw.githubusercontent.com/symfony/skeleton/7.2/composer.json
composer install
```
## 🔍 How it is different
Here are the differences between the Symfony `webapp` metapackage and this project:
## 📦 Packages
Development packages:
## ❤️ Contributing
All types of contributions are encouraged and valued. See the [contributing](.github/CONTRIBUTING.md) guidelines, the community looks forward to your contributions!
## 📘 License
Released under the terms of the [ISC License](LICENSE).