3sure / administrator
A database interface package for Laravel, modified!
v1.0.1
2016-07-28 04:03 UTC
Requires
- php: >=5.4.0
- ckeditor/ckeditor: 4.*
- laravel/framework: 5.*
Requires (Dev)
- mockery/mockery: ~0.9
This package is not auto-updated.
Last update: 2026-03-01 02:43:43 UTC
README
Forked from FrozenNode/Laravel-Administrator with the following changes:
- UI Improved
- UX Improved (Editor view stick, hover effect etc.)
- Model deletion with Sweet alert confirmation
- Batch model deletion
- Refresh btn
- Reduce page css and js file request number
- Edit view hint
Install
1. composer require
composer require "3sure/administrator"
2. add provider
Edit config/app.php in providers array add provider:
'providers' => [ Frozennode\Administrator\AdministratorServiceProvider::class, ]
3. publish assets/config
php artisan vendor:publish
Read the docs: http://administrator.frozennode.com
-- end