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
- Host: GitHub
- URL: https://github.com/vatri/symfony4-bundle-dev
- Owner: vatri
- Created: 2020-06-05T13:53:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T13:56:29.000Z (about 6 years ago)
- Last Synced: 2025-03-10T23:18:50.498Z (over 1 year ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.