An open API service indexing awesome lists of open source software.

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

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).