Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 524 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 524 Bytes

SymfonyBundler

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.

Getting Started

  1. Clone project git clone https://github.com/shashimalcse/SymfonyBundler
  2. Run cd SymfonyBundler
  3. Run ./symfonybundler create <directory> <bundle-name>

This application only test with OSX environemnt. If there any issue, please mention that in the issues section.