aqjw / manager-laravel
v1.0.4
2019-01-08 16:21 UTC
README
Require this package with composer. It is recommended to only require the package for development.
composer require aqjw/manager-laravel --dev
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Aqjw\ManagerLaravel\ManagerLaravelServiceProvider::class,
Copy the package resources to the local public directory with the publish command:
php artisan vendor:publish --tag=public --force