2017 © Pedro Peláez
 

library laravel-autoresolve

Auto resolve Artisan commands in Laravel

image

ampersa/laravel-autoresolve

Auto resolve Artisan commands in Laravel

  • Monday, July 3, 2017
  • by ampersa
  • Repository
  • 0 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 30 % Grown

The README.md

Laravel (Artisan) Autoresolver

Automatically resolve Laravel (Artisan) commands from without the need to explicitly specify in app/Console/Kernel.php, (*1)

Installation

Install via composer:, (*2)

$ composer require ampersa\laravel-autoresolve

Include the service provider in app/config.php, (*3)

'providers' => [
    ...
    Ampersa\LaravelAutoresolve\LaravelAutoresolveServiceProvider::class,
    ...
];

Publish the configuration, (*4)

$ php artisan vendor:publish --provider="Ampersa\LaravelAutoresolve\LaravelAutoresolveServiceProvider"

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

The Versions

03/07 2017

dev-master

9999999-dev

Auto resolve Artisan commands in Laravel

  Sources   Download

MIT

by Ampersa Ltd

03/07 2017

0.3

0.3.0.0

Auto resolve Artisan commands in Laravel

  Sources   Download

MIT

by Ampersa Ltd

11/05 2017

0.2

0.2.0.0

Auto resolve Artisan commands in Laravel

  Sources   Download

MIT

by Ampersa Ltd

09/05 2017

0.1

0.1.0.0

Auto resolve Artisan commands in Laravel

  Sources   Download

MIT

by Ampersa Ltd