qla/depcrud

package for department crud things

0.2 2017-11-07 14:32 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:23:06 UTC


README

Qla crud里的单位编辑模块,需要 laravel 5.x。

安装

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

使用

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