Download the PHP package moell/mojito without Composer
On this page you can find all versions of the php package moell/mojito. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor moell
Package mojito
Short Description Mojito admin is a component of laravel, vue, element build backend system.
License MIT
Package mojito
Short Description Mojito admin is a component of laravel, vue, element build backend system.
License MIT
Please rate this library. Is it a good library?
Informations about the package mojito
Mojito
Mojito 是基于 Laravel 开发的 Mojito Admin 的服务端。
3.0 版本开始, 已将原来的项目分离为两个代码库,分别为以Vue3、Element Plus、Vite 开发的前端模板 mojito -admin 和服务端 mojito 。如果是需要使用 vue2 版本,请访问 2.0 分支。
Mojito Admin 截图
特性
- 前后端分离,提供 Mojito Admin 前端模板
- 基于 laravel-permission 权限管理
- 基于 sanctum 鉴权
- 提供角色,权限,用户,菜单管理等功能的API
- 多个后台支持统一管理权限,菜单和角色
- 完善的PHPUnit测试
要求
- Laravel >= 7.0.0
- PHP >= 7.2.0
安装
首先安装laravel,并且确保你配置了正确的数据库连接。
然后运行下面的命令来发布资源:
命令执行成功会生成配置文件,数据迁移和构建SPA的文件。
修改 app/Http/Kernel.php
:
执行数据迁移,数据填充
后台登录的账号 admin
, 密码 secret
路由中间件
- auth:sanctum 用于鉴权
- mojito.permission 权限验证
mojito.php 可选配置
依赖扩展包
- spatie/laravel-permission
- laravel/sanctum
常见错误
- csrf token missing or incorrect , 请修改 sanctum.php 中的
stateful
, 如 vite 使用的localhost:3000
去除即可。更多详细请访问laravel/sanctum
文档。
打赏
License
Apache License Version 2.0 see http://www.apache.org/licenses/LICENSE-2.0.html
All versions of mojito with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
spatie/laravel-permission Version ^5.3
laravel/sanctum Version ^2.4|^3.2
gregwar/captcha Version ^1.1
spatie/laravel-permission Version ^5.3
laravel/sanctum Version ^2.4|^3.2
gregwar/captcha Version ^1.1
The package moell/mojito contains the following files
Loading the files please wait ....