queents/base-module
最新稳定版本:v1.0.15
Composer 安装命令:
composer require queents/base-module
包简介
Base Module for VILT framework
关键字:
README 文档
README
VILT Framework
VILT stack admin panel
Install
composer require queents/base-module
Publish Module vendors
php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider"
Add Modules to PSR-4 on composer.json
{
"autoload": {
"psr-4": {
"App\\": "app/",
"Modules\\": "Modules/"
}
}
}
Tip: don't forget to run composer dump-autoload afterwards
create a modules_statuses.json file on the base folder and inside it add
{
"Base": true,
"Roles": true,
"Generator": true
}
Now Install VILT
php artisan vilt:install
run NPM or YARN to install and build assets
npm i & npm run build
OR
yarn & yarn build
Generate Username and Password for Dashboard
php artisan roles:install
Support
you can join our discord server to get support VILT Admin
Docs
look to the new docs of v4.00 on my website Docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 338
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-04
