| Package Data | |
|---|---|
| Maintainer Username: | yanson-3sure |
| Maintainer Contact: | yanson@3sure.cn (Original: Jan Hartigan, modified by yanson) |
| Package Create Date: | 2016-07-27 |
| Package Last Update: | 2016-07-28 |
| Language: | CSS |
| License: | MIT |
| Last Refreshed: | 2025-11-07 03:05:19 |
| Package Statistics | |
|---|---|
| Total Downloads: | 33 |
| 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:
composer require "3sure/administrator"
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