Skip to content

aqjw/manager-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published