qla/adminpanel

This package is abandoned and no longer maintained. No replacement package was suggested.

package for qla admin panel things

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')