Skip to content

l0rraine/depcrud-for-qla-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Qla\DepCRUD

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