Download the PHP package benepfist/artisan-utility without Composer
On this page you can find all versions of the php package benepfist/artisan-utility. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download benepfist/artisan-utility
More information about benepfist/artisan-utility
Files in benepfist/artisan-utility
Download benepfist/artisan-utility
More information about benepfist/artisan-utility
Files in benepfist/artisan-utility
Vendor benepfist
Package artisan-utility
Short Description Add Alias and ServiceProvider using the cli
License
Package artisan-utility
Short Description Add Alias and ServiceProvider using the cli
License
Please rate this library. Is it a good library?
Informations about the package artisan-utility
Installation
First ensure you have the latest version of composer installed.
Run composer self-update
.
Install this package through Composer. To your composer.json
file, add:
Next, run composer install --dev
to download it.
Add the service provider to app/config/local/app.php
, within the providers
array.
Run php artisan
to view the new laravel:add command:
- laravel:add --provider="DemoPackage\Demo\DemoServiceProvider" - Add a new ServiceProvider
- laravel:add --alias="Demo => DemoPackage\Facade\Demo" - Add a new Alias
All versions of artisan-utility with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package benepfist/artisan-utility contains the following files
Loading the files please wait ....