masnun / symfony-cli
A global command line tool for Symfony2
dev-master
2014-01-06 06:04 UTC
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2024-11-05 02:43:22 UTC
README
A global command line tool inspired by Artisan CLI
What does it do?
It finds the app/console
file and runs it for you so that you can run commands like:
symfony <command>
Instead of:
php app/console <command>
Installation
Install using composer:
composer global require masnun/symfony-cli:dev-master
Bugs/Issues?
There shouldn't be many. Please email: masnun@transcendio.net if you find any :)