queents/base-module is a Laravel package for base module for vilt framework.
It currently has 0 GitHub stars and 338 downloads on Packagist (latest version v1.0.15).
Install it with composer require queents/base-module.
Discover more Laravel packages by queents
or browse all Laravel packages to compare alternatives.
Last updated

VILT stack admin panel
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
you 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.