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

https://github.com/vatri/symfony4-bundle-dev

Symfony 4 bundle development project
https://github.com/vatri/symfony4-bundle-dev

Last synced: about 1 year ago
JSON representation

Symfony 4 bundle development project

Awesome Lists containing this project

README

          

This is development project based on **Symfony 4** used to test and develop bundles.

**Updating bundle:**

- go to bundle repo
- make changes on `master`
- commit
- go back to this repo
- run `composer require [namespace]/[package]:"@dev" --prefer-source`

See this article + comments: https://medium.com/pvtl/local-composer-package-development-47ac5c0e5bb4

**Testing bundles**

You can test bundles in `HomeController`

For development of bundle, see above point.