A small stand-alone CLI app, built with Laravel Zero, that helps you to quickly setup your next laravel project.
To install, please run:
composer global require petersowah/laravel-buddy
To use the tool, please run:
laravel-buddy init [new-laravel-project]
and follow prompts. This will get your database credentials and save to a file for retrieval on your next project and will be pre-populated for you when you choose same connection, say, MySQL
.
If you discover any security related issues, please email petersowah@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.