2017 © Pedro Peláez
 

library laravel-admin-extension

laravel admin后台扩展

image

howous/laravel-admin-extension

laravel admin后台扩展

  • Wednesday, May 23, 2018
  • by howous
  • Repository
  • 1 Watchers
  • 1 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 17 % Grown

The README.md

laravel-admin-extension

laravel-admin 自定义扩展, (*1)

Installation

$ composer require howous/laravel-admin-extension

$ php artisan vendor:publish --tag=howous-laravel-admin-extension
$ php artisan migrate

Open app/Providers/AppServiceProvider.php, and call the Config::load() method within the boot method:, (*2)

<?php

namespace App\Providers;

use Howous\WebConfig\WebConfigExtension;
use Illuminate\Support\ServiceProvider;

class AppServiceProvider extends ServiceProvider
{
    public function boot()
    {
        WebConfigExtension::load();
    }
}

导入后台配置菜单与权限:, (*3)

$ php artisan admin:import web_config

laravel-admin 配置文件admin.php中的路由项 中间件改为 'middleware' => ['web', 'admin','h_admin'],, (*4)

The Versions

23/05 2018

dev-master

9999999-dev

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

23/05 2018

v1.0.8

1.0.8.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

12/05 2018

v1.0.7

1.0.7.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

12/05 2018

v1.0.6

1.0.6.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

26/04 2018

v1.0.5

1.0.5.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

23/02 2018

v1.0.4

1.0.4.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

23/02 2018

v1.0.3

1.0.3.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

23/02 2018

v1.0.2

1.0.2.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

23/02 2018

v1.0.1

1.0.1.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous

23/02 2018

v1.0

1.0.0.0

laravel admin后台扩展

  Sources   Download

MIT

The Requires

 

by Avatar howous