PHPackages                             goodcatch/laravel-module-base - 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. goodcatch/laravel-module-base

ActiveLibrary

goodcatch/laravel-module-base
=============================

publish base resources

2.x-dev(2y ago)0781MITVuePHP &gt;=7.3

Since Apr 10Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/allenwakeup/laravel-module-base)[ Packagist](https://packagist.org/packages/goodcatch/laravel-module-base)[ RSS](/packages/goodcatch-laravel-module-base/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (3)Used By (1)

Laravel Modules Base
====================

[](#laravel-modules-base)

Introduction
------------

[](#introduction)

The Laravel Modules Base overwrite routes, resources, or others files.

With help of package [allenwakeup/laravel-modules](https://github.com/allenwakeup/laravel-modules), there is an opportunity that makes laravel in modules.

Installation
------------

[](#installation)

To install through Composer, by run the following command:

```
composer require goodcatch/laravel-module-base
```

### migration

[](#migration)

```
php artisan goodcatch:table

php artisan migrate

php artisan goodcatch:cache
```

### seed

[](#seed)

```
php artisan goodcatch:seed base
```

### publish files

[](#publish-files)

just following commands.

```
php artisan vendor:publish --tag=goodcatch-modules-base --force
```

**note:** make project clean and then publish files.

### node

[](#node)

build front-end

```
yarn run prod
```

or

```
yarn run dev
```

### others

[](#others)

- add menu, role menu mapping, permission, role permission mapping

checkout [permission seeder](https://github.com/allenwakeup/laravel-module-base/blob/master/database/seeds/PermissionTableSeeder.php)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance55

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

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

Total

2

Last Release

104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d2591286728fbc498decd82dc3b6707bf80ee949c6ef132406e35498cc1c990?d=identicon)[allenwakeup](/maintainers/allenwakeup)

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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