PHPackages                             gkiokan/laravel-modules-stubs - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gkiokan/laravel-modules-stubs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gkiokan/laravel-modules-stubs
=============================

Stubs for Laravel-Modules with Scaffolding.

1.4(5y ago)080PHP

Since May 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Gkiokan/laravel-modules-stubs)[ Packagist](https://packagist.org/packages/gkiokan/laravel-modules-stubs)[ RSS](/packages/gkiokan-laravel-modules-stubs/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (6)Used By (0)

Laravel Modules Stubs
=====================

[](#laravel-modules-stubs)

This stubs repository can be used with laravel modules from nWidart.

After installing this package you can you should configure your config/modules.php configuration to use this stubs. There will be an update soon that will change this automatically for you.

However there are currently some handycaps due the missing Ressource management. If you are going for Vue you must use the basePath from $LOWER\_NAME$.

Update Modules Configuration
----------------------------

[](#update-modules-configuration)

```
php artisan vendor:publish
// select Gkiokan\LMS\LMSServiceProvider
// Modules pre configuration will be copied to config/modules.php

```

Create new Module
-----------------

[](#create-new-module)

```
php artisan modules:make ModuleName

```

Create new Vue Project
----------------------

[](#create-new-vue-project)

```
cd Modules/$LOWER_NAME$
cd Ressource
vue create js
// merge options
cd js && npm i && npm run build

```

Vue Router configuration
------------------------

[](#vue-router-configuration)

```
// VueRouter Configuration path
const router = new VueRouter({
  mode: 'history',
  base: '/core2/', // this is the basePath variable of $LOWER_NAME$
  routes
})

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~22 days

Total

5

Last Release

2115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bf6eff31178e09b4a1d4d72dd346ca1a20ae489882770677ac26aa4d1846551?d=identicon)[Gkiokan](/maintainers/Gkiokan)

---

Top Contributors

[![Gkiokan](https://avatars.githubusercontent.com/u/7249224?v=4)](https://github.com/Gkiokan "Gkiokan (24 commits)")

### Embed Badge

![Health badge](/badges/gkiokan-laravel-modules-stubs/health.svg)

```
[![Health](https://phpackages.com/badges/gkiokan-laravel-modules-stubs/health.svg)](https://phpackages.com/packages/gkiokan-laravel-modules-stubs)
```

###  Alternatives

[drupal/default_content

Imports default content when a module is enabled

4323.9k94](/packages/drupal-default-content)

PHPackages © 2026

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