PHPackages                             queents/base-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. queents/base-module

ActiveLaravel-module[Admin Panels](/categories/admin)

queents/base-module
===================

Base Module for VILT framework

v1.0.15(3y ago)03381MITPHP

Since Sep 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/queents/base-module)[ Packagist](https://packagist.org/packages/queents/base-module)[ Docs](https://www.queentechsolutions.net)[ RSS](/packages/queents-base-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (18)Used By (1)

[![Screenshot of VILT](https://raw.githubusercontent.com/3x1io/vilt-admin/main/art/stack.jpeg)](https://raw.githubusercontent.com/3x1io/vilt-admin/main/art/stack.jpeg)

VILT Framework
==============

[](#vilt-framework)

VILT stack admin panel

Install
-------

[](#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
-------

[](#support)

you can join our discord server to get support [VILT Admin](https://discord.gg/HUNYbgKDdx)

Docs
----

[](#docs)

look to the new docs of v4.00 on my website [Docs](https://vilt.3x1.io/docs/)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [3x1](https://github.com/3x1io)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Recently: every ~15 days

Total

16

Last Release

1245d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

![](https://www.gravatar.com/avatar/809bc5f4a4ab60764ebeceed2fd4156b85118e5abe77a66a50977c083f1cc7ca?d=identicon)[queents](/maintainers/queents)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (32 commits)")

---

Tags

laravelpageresourcebasetailwindcssadmin-panelVue.jsviltVilt stackadmin oneineriajsvilt-admin

### Embed Badge

![Health badge](/badges/queents-base-module/health.svg)

```
[![Health](https://phpackages.com/badges/queents-base-module/health.svg)](https://phpackages.com/packages/queents-base-module)
```

###  Alternatives

[riodwanto/superduper-filament-starter-kit

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

2708.5k](/packages/riodwanto-superduper-filament-starter-kit)[larasnap/laravel-admin

Laravel Admin Panel

221.4k](/packages/larasnap-laravel-admin)[alareqi/filament-pwa

A comprehensive PWA (Progressive Web App) plugin for Filament v3 and v4 admin panels with offline functionality, installation prompts, and icon generation.

132.9k](/packages/alareqi-filament-pwa)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
