aqjw/manager-laravel

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

pkg:composer/aqjw/manager-laravel

v1.0.4 2019-01-08 16:21 UTC

This package is auto-updated.

Last update: 2025-10-11 05:10:40 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