Laravel+vue+admin 实现了 JWT 鉴权,动态路由菜单管理,角色管理,权限管理,数据字典,一键生成 crud 代码,RESTful API 风格,Laravel ORM, 更多功能正在实现中,欢迎各位 PR 和 issue GIT 地址 github.com/jianyuezhexue/Laravue 项目预览 仪表盘 菜单管理 角色管理 数据字典 启动步骤 /** 后台 */ cd Laravue cd...
<?php namespace App\Http\Controllers; use Markofly\AdminCrud\AdminCrud; use Markofly\AdminCrud\AdminCrudTrait; class UsersController extends Controller { use AdminCrudTrait; public function initializeAdminCrud() { $this->adminCrud = new AdminCrud('users'); $this->pageTitle = 'Users'; } }...
slowlyo ─=≡Σ(((つ•̀ω•́)つ▏使用 laravel 和 amis 快速构建你的后台 @ → owladmin.com
0003 注:数据延迟一天。 榜单排行 Github Star 排行昨日排行(延迟一天)本月排行历史排行 第9650 名第 5831 名第 8839 名第 11850 名 注:排序范围为 Laravel 所有相关项目总榜,另外两个榜单是Laravel 扩展排行榜和Laravel 应用排行榜。 关键词 crudlaravellaravel-admin ...
Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 179 Commits .github/ISSUE_TEMPLATE config files resources/lang src stubs tests .editorconfig .gitattributes .gitignore .php_cs.dist
Laravel Generator helps you to build a fully working CRUD and APIs for a model in less than a minute either from command line, file or database tables. Generate CRUD Generate from CLI Generate APIs Generate from DB Field Configurations
Laravel-7-admin Laravel 7 Updated Crud Functions admin Library Included Features A Sample Admin Panel Login and Authorisation CMS Section For Explaining all CRUd Functionalities You Can add, Edit, delete, Change Status, Upload Image.etc.. all Functions Added Db file is placed in db folder in ro...
Core package for CrudAdmin. Support new way of migrations, Admin Models and many more features for Laravel. - crudadmin/framework
Admin UI- admin template (CoreUI assets, blades, Vue) Admin Generator- CRUD generator for Eloquent models Admin Authentication- ability to authenticate into Admin area Translatable- ability to have translatable content (extending Laravel's default Localization) ...
An admin panel for news articles on Laravel, usingBackpack\CRUD. Write articles, with categories and tags. Security updates and breaking changes Pleasesubscribe to the Backpack Newsletterso you can find out about any security updates, breaking changes or major features. We send an email every 1-...