3sure/administrator

A database interface package for Laravel, modified!

v1.0.1 2016-07-28 04:03 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:03:48 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