2017 © Pedro Peláez
 

library sleeping-owl-admin-php7-fix

Aministrative interface builder for Laravel.

image

alexforce2/sleeping-owl-admin-php7-fix

Aministrative interface builder for Laravel.

  • Thursday, April 20, 2017
  • by alexforce2
  • Repository
  • 1 Watchers
  • 0 Stars
  • 106 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5 Admin Module

Latest Stable Version License, (*1)

Note: this is development version. If you are looking for stable version check out master branch., (*2)

SleepingOwl Admin is administrative interface builder for Laravel., (*3)

It includes:, (*4)

Installation

  1. Require this package in your composer.json and run composer update:, (*5)

    "sleeping-owl/admin": "dev-development"
  2. After composer update, add service providers to the config/app.php, (*6)

    'SleepingOwl\Admin\AdminServiceProvider',
  3. Add this to the facades in config/app.php:, (*7)

    'Admin'         => 'SleepingOwl\Admin\Admin',
    'AdminAuth'     => 'SleepingOwl\AdminAuth\Facades\AdminAuth',
    'Column'        => 'SleepingOwl\Admin\Columns\Column',
    'ColumnFilter'  => 'SleepingOwl\Admin\ColumnFilters\ColumnFilter',
    'Filter'        => 'SleepingOwl\Admin\Filter\Filter',
    'AdminDisplay'  => 'SleepingOwl\Admin\Display\AdminDisplay',
    'AdminForm'     => 'SleepingOwl\Admin\Form\AdminForm',
    'AdminTemplate' => 'SleepingOwl\Admin\Templates\Facade\AdminTemplate',
    'FormItem'      => 'SleepingOwl\Admin\FormItems\FormItem',
  4. Run this command in terminal (if you want to know what exactly this command makes, see install command documentation):, (*8)

    $ php artisan admin:install

Documentation

Documentation can be found at sleeping owl documentation., (*9)

Demo Application

View live demo., (*10)

Support Library

You can donate via PayPal, Yandex money (410012943296949) or in BTC: 13k36pym383rEmsBSLyWfT3TxCQMN2Lekd, (*11)

Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details., (*12)

The Versions

20/04 2017

dev-fixSentinelfix52

dev-fixSentinelfix52 http://sleeping-owl.github.io

Aministrative interface builder for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud admin administrator