Download the PHP package xammie/make-commands without Composer
On this page you can find all versions of the php package xammie/make-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xammie/make-commands
More information about xammie/make-commands
Files in xammie/make-commands
Package make-commands
Short Description Extended make commands for laravel
License MIT
Homepage https://github.com/xammie/make-commands
Informations about the package make-commands
Extended make commands for laravel
This package extends the default laravel make commands to create classes like actions, services, enums and more.
This will create the file app/Actions/CreateUserAction.php
Installation
You can install the package via composer:
You can publish the stubs with:
You can publish the config file with:
This is the contents of the published config file:
Usage
The following commands are available.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Max Hoogenbosch
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of make-commands with dependencies
spatie/laravel-package-tools Version ^1.9.2
laravel/framework Version ^8.0 || ^9.0 || ^10.0