Download the PHP package smashed-egg/laravel-console without Composer
On this page you can find all versions of the php package smashed-egg/laravel-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smashed-egg/laravel-console
More information about smashed-egg/laravel-console
Files in smashed-egg/laravel-console
Download smashed-egg/laravel-console
More information about smashed-egg/laravel-console
Files in smashed-egg/laravel-console
Vendor smashed-egg
Package laravel-console
Short Description This package allows you to enhance your Console Commands by making it easier to add aliases and use interactive functionality.
License MIT
Package laravel-console
Short Description This package allows you to enhance your Console Commands by making it easier to add aliases and use interactive functionality.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-console
Laravel Console
This package allows you to enhance your Console Commands by making it easier to:
- Add aliases
- Use interactive functionality (Since writing this a similar feature exist in Laravel 10.x).
- Making repetitive tasks easier via Traits (Concerns) to drop in extra functionality for your commands.
You can still use this functionality in your current console commands, as Symfony provides this functionality.
The purpose of this package is to make its usage more Laravel like.
Table of contents
- Requirements
- Installation
- Documentation
- Base Class Usage
- Traits
Requirements
- PHP 8.0+
- Laravel 9.21+
Installation
To install this package please run:
Support Me
Do you like this package? Does it improve you're development. Consider sponsoring to help with future development.
Thank you!
Documentation
Please see the following guides for usage:
- Base Class Usage
- Traits
All versions of laravel-console with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2
illuminate/console Version ^9.21|^10.0|^11.0
illuminate/contracts Version ^9.21|^10.0|^11.0
illuminate/support Version ^9.21|^10.0|^11.0
illuminate/validation Version ^9.21|^10.0|^11.0
illuminate/console Version ^9.21|^10.0|^11.0
illuminate/contracts Version ^9.21|^10.0|^11.0
illuminate/support Version ^9.21|^10.0|^11.0
illuminate/validation Version ^9.21|^10.0|^11.0
The package smashed-egg/laravel-console contains the following files
Loading the files please wait ....