Skip to content

xiaocai-meng/administrator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


 创造不息,交付不止

Intro

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

only intent to support Laravel 5.1.*

1

2

Install

1. composer require

composer require "summerblue/administrator:^1.1"

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 --provider="Frozennode\Administrator\AdministratorServiceProvider"

Read the docs: http://administrator.frozennode.com

-- end

About

a fork from Frozennode/Administrator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 38.1%
  • PHP 28.8%
  • JavaScript 17.8%
  • HTML 15.2%
  • Shell 0.1%