VILT stack admin panel
composer require queents/base-modulePublish 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:installrun NPM or YARN to install and build assets
npm i & npm run buildOR
yarn & yarn buildGenerate Username and Password for Dashboard
php artisan roles:installyou can join our discord server to get support VILT Admin
look to the new docs of v4.00 on my website Docs
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.
