Symfony Reusable Bundle Maker
SymfonyBundler is a CLI-centric PHP application for create symfony reusable bundles. It provides a structure way to create symfony reusable bundle with minimalist configurations.
- Clone project
git clone https://github.com/shashimalcse/SymfonyBundler
- Run
cd SymfonyBundler
- Run
./symfonybundler create <directory> <bundle-name>
This application only test with OSX environemnt. If there any issue, please mention that in the issues section.