yanson-3sure / administrator by yanson-3sure

A database interface package for Laravel, modified!
29
0
2
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: 2024-03-24 03:14:59
Package Statistics
Total Downloads: 29
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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

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