aqjw / manager-laravel
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
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