petersowah / laravel-buddy
A simple cli tool for getting started on Laravel projects
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.0
- ext-json: *
- laminas/laminas-text: ^2.9
- laravel-zero/phar-updater: ^1.2
- nunomaduro/laravel-console-menu: ^3.3
Requires (Dev)
- laravel-zero/framework: ^9.0
- mockery/mockery: ^1.4.2
- pestphp/pest: ^1.21
README
A small stand-alone CLI app, built with Laravel Zero, that helps you to quickly setup your next laravel project.
Documentation
Installation
To install, please run:
composer global require petersowah/laravel-buddy
Usage
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
.
Security
If you discover any security related issues, please email petersowah@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.