Package Data | |
---|---|
Maintainer Username: | polandeme |
Maintainer Contact: | polandeme@gmail.com (administrator-qiniu) |
Package Create Date: | 2017-02-26 |
Package Last Update: | 2017-02-27 |
Language: | CSS |
License: | MIT |
Last Refreshed: | 2024-10-31 03:03:34 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Forked from FrozenNode/Laravel-Administrator with the following changes:
only intent to support Laravel 5.1.*
composer require "summerblue/administrator:^1.0"
Edit config/app.php
in providers
array add provider:
'providers' => [
Frozennode\Administrator\AdministratorServiceProvider::class,
]
php artisan vendor:publish
Read the docs: http://administrator.frozennode.com
-- end