| Package Data | |
|---|---|
| Maintainer Username: | ampersa |
| Maintainer Contact: | contact@ampersa.co.uk (Ampersa Ltd) |
| Package Create Date: | 2017-05-11 |
| Package Last Update: | 2017-07-03 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:05:39 |
| Package Statistics | |
|---|---|
| Total Downloads: | 52 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Automatically resolve Laravel (Artisan) commands from without the need to explicitly specify in app/Console/Kernel.php
Install via composer:
$ composer require ampersa\laravel-autoresolve
Include the service provider in app/config.php
'providers' => [
...
Ampersa\LaravelAutoresolve\LaravelAutoresolveServiceProvider::class,
...
];
Publish the configuration
$ php artisan vendor:publish --provider="Ampersa\LaravelAutoresolve\LaravelAutoresolveServiceProvider"
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature