laravel-vue-admin
laravel-vue-admin copied to clipboard
开箱即用的Laravel后台扩展,前后端分离,后端控制前端组件,无需编写vue即可创建一个vue+vuex+vue-route+elment-ui+laravel的项目 ,丰富的表单 表格组件,强大的自定义组件功能。
可以大大的提升开发效率
laravel-vue-admin 版本 1.03 laravel 6.X 版本 checkbox 选一个所有的都选上,再点击取消,所有的选项又都取消 ` $form->item('id')->component(CheckboxGroup::make()->options([ Checkbox::make(1,'我'), Checkbox::make(2,'你'), Checkbox::make(3,'她'), ])); `
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Hello, Coming from laravel-admin, I really like this project. But the problem is I cannot understand as it is not in English. Maybe most of the people, like me, are...
系统里的菜单和权限点击编辑的时候 参数看到有ID 但是后台方法接受好像不对..