| 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: | 2025-11-10 03:19:17 |
| Package Statistics | |
|---|---|
| Total Downloads: | 12 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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