lerislentia / laravel-artisan-commands
Some useful Artisan commands for Laravel.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lerislentia/laravel-artisan-commands
Requires
- php: >=7.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.9
- laravel/framework: 5.8.*
- phpunit/phpunit: ^8.3
This package is not auto-updated.
Last update: 2025-10-02 11:48:03 UTC
README
If you are trying to create a new PHP Composer library, whether it will be going to submitted to packagist.org or just in your Github account, this template of files will surely help you make the process a lot easier and faster.
Features
- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit
- Comprehensive Guides and tutorial
- Easy to use to any framework or even a plain php file
I encourage that you put more information on this readme file instead of leaving it as is. See [http://www.darwinbiler.com/designing-and-making-the-readme-file-for-your-github-repository/](How to make a README file) for more info.