Download the PHP package ahmedessam/laravel-commander without Composer
On this page you can find all versions of the php package ahmedessam/laravel-commander. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ahmedessam/laravel-commander
More information about ahmedessam/laravel-commander
Files in ahmedessam/laravel-commander
Package laravel-commander
Short Description Laravel Commander is a package that adds custom commands to your Laravel application.
License MIT
Informations about the package laravel-commander
Laravel Commander
Laravel Commander is a Laravel package that provides a set of artisan commands to help you manage your Laravel projects more efficiently. It includes commands to help you manage your project's generate trait, enum, and more.
Installation
You can install the package via Composer:
Usage
To generate a new trait, run the following command:
This command will create a new trait in the app/Traits
directory.
To generate a new enum, run the following command:
This command will create a new enum in the app/Enums
directory.
To generate a new interface, run the following command:
This command will create a new interface in the app/Contracts
directory.
Features
- Generate a new trait
- Generate a new enum
- Generate a new interface
- Generate a new service
- Generate a new repository
- Generate a new model scope
- Generate a new facade
- Generate a new data transfer object (DTO)
Requirements
- PHP >= 7.4 or higher
- Laravel >= 7.0 or higher
- Composer
License
The Laravel Commander is open-sourced software licensed under the MIT license.
Author
- Ahmed Essam
- GitHub Profile
- Packagist
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Issues
If you find any issues with the package or have any questions, please feel free to open an issue on the GitHub repository.
Enjoy using Laravel Commander! 🚀
All versions of laravel-commander with dependencies
illuminate/support Version ^11.0|^10.0|^9.0|^8.0
illuminate/console Version ^11.0|^10.0|^9.0|^8.0