1 Star 2 Fork 2

FreyJing/Laravel-Vue-Admin

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
composer.json 857 Bytes
Copy Edit Raw Blame History
FreyJing authored 2021-01-07 13:49 +08:00 . feat: 适配laravel8
{
"name": "frey/laravel-vue-admin",
"description": "laravel-vue-admin",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "JingFang",
"email": "FreyJing@163.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0",
"league/fractal": "^0.19.2",
"tymon/jwt-auth": "^1.0",
"laravel/framework": "^8.12",
"spatie/laravel-permission": "^3.11"
},
"autoload": {
"psr-4": {
"Jmhc\\Admin\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Jmhc\\Admin\\AdminServiceProvider",
"Jmhc\\Admin\\UEditorProvider"
],
"aliases": {
"Service": "Jmhc\\Admin\\"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jf_aa/laravel-vue-admin.git
git@gitee.com:jf_aa/laravel-vue-admin.git
jf_aa
laravel-vue-admin
Laravel-Vue-Admin
master

Search