PHPackages                             larawos/generators - 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. larawos/generators

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

larawos/generators
==================

Larawos's generators for laravel 5.3

2.1.1(9y ago)145MITPHPPHP &gt;=5.4.0

Since Aug 23Pushed 9y agoCompare

[ Source](https://github.com/larawos/generators)[ Packagist](https://packagist.org/packages/larawos/generators)[ RSS](/packages/larawos-generators/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Larawos's generators for laravel 5.3
====================================

[](#larawoss-generators-for-laravel-53)

If you are using laravel to develop large projects, you will find that you spend a lot of time to write some extra but necessary classes and methods.

This package will allow you to develop more easily and quickly, only this.

L5 includes a bunch of generators out of the box, so this package only needs to add a few things, like:

- `larawos:module`

*With one or two more to come.*

Usage
-----

[](#usage)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require larawos/generators --dev

```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

You'll only want to use these generators for local development, so you don't want to update the production `providers` array in `config/app.php`. Instead, add the provider in `app/Providers/AppServiceProvider.php`, like so:

```
public function register()
{
    if ($this->app->environment() == 'local') {
        $this->app->register('Larawos\Generators\GeneratorsServiceProvider');
    }
}
```

### Step 3: Run Artisan!

[](#step-3-run-artisan)

You're all set. Run `php artisan` from the console, and you'll see the new commands in the `larawos:*` namespace section.

Examples
--------

[](#examples)

- [Modules](#modules)

### Modules

[](#modules)

```
php artisan larawos:module User

```

```
COLUMN_NAME:COLUMN_TYPE

```

Using the except or only when you need...

```
--except="store_request"

```

```
--only="model,repository,controller"

```

...this will give you:

- `model`
- `attribute and relationship trait for model`
- `repository and contract for model.`
- `controller.`
- `service for controller.`
- `a lot of common request.`
- `persenter for view.`
- `optimized bind and route for module.`

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

8

Last Release

3571d ago

Major Versions

1.0.1 → 2.02016-09-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9943c37f410a0ae803cf09dd000b8943932725bc8e5aa722379dcee57e05a9a?d=identicon)[larawos](/maintainers/larawos)

---

Top Contributors

[![larawos](https://avatars.githubusercontent.com/u/21072162?v=4)](https://github.com/larawos "larawos (10 commits)")

---

Tags

laravelgeneratorslarawos

### Embed Badge

![Health badge](/badges/larawos-generators/health.svg)

```
[![Health](https://phpackages.com/badges/larawos-generators/health.svg)](https://phpackages.com/packages/larawos-generators)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M342](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[webwizo/laravel-shortcodes

Wordpress like shortcodes for Laravel 11, 12 and 13

217700.9k8](/packages/webwizo-laravel-shortcodes)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[erag/laravel-pwa

A simple and easy-to-use PWA (Progressive Web App) package for Laravel applications.

180124.1k](/packages/erag-laravel-pwa)

PHPackages © 2026

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