qla/adminpanel

此包已被废弃,不再维护。没有建议的替代包。

qla 管理面板相关包

0.2 2017-11-06 00:18 UTC

This package is not auto-updated.

Last update: 2020-01-20 14:59:50 UTC


README

Qla crud中的后台管理模块,需要laravel 5.x。

安装

composer require qla/adminpanel
php artisan vendor:publish
select the Provider and tag with qla

使用

  1. 首先php artisan migrate
  2. 在config/qla/base.php中可以配置后台路由前缀
  3. 可以在网站里直接调用route('Crud.Manager.home')