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

ActiveProject

ceekays/generators
==================

Extra generator files for Laravel 5.\*

1.0.5(6y ago)46MIT LicensePHPPHP &gt;=5.4.0

Since Jan 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ceekays/laravel-generators)[ Packagist](https://packagist.org/packages/ceekays/generators)[ RSS](/packages/ceekays-generators/feed)WikiDiscussions master Synced 1mo ago

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

Custom Laravel Generators
=========================

[](#custom-laravel-generators)

[![License](https://camo.githubusercontent.com/97a34aeb289fbb7b7e403ef8d7b01650ac36b7d674dbb6dae8cc2e482a86358b/68747470733a2f2f706f7365722e707567782e6f72672f6365656b6179732f67656e657261746f72732f6c6963656e7365)](https://packagist.org/packages/ceekays/generators)[![Latest Stable Version](https://camo.githubusercontent.com/6f6fa6bcbee9c45bbabfea92f744981594aa8d6d5deee945dc3d828a0471b31f/68747470733a2f2f706f7365722e707567782e6f72672f6365656b6179732f67656e657261746f72732f762f737461626c65)](https://packagist.org/packages/ceekays/generators)[![Total Downloads](https://camo.githubusercontent.com/772a6fa6231d8b36cdaa4ea608fd6fedf6f0b10e034b82cfa5c26d09711907ee/68747470733a2f2f706f7365722e707567782e6f72672f6365656b6179732f67656e657261746f72732f646f776e6c6f616473)](https://packagist.org/packages/ceekays/generators)

This package provides an extended list of generators to speed up your Laravel development process. These generators include:

- `make:report`
- `make:service`

Additionally, the package also overrides the default location for `Eloquent` models. By default, models are placed in `app/` directory. However, the directory quickly becomes messy as model files get mixed up together with other specialised directories such as `Console`, `Http`, `Jobs`, `Policies`, `Providers`, etc. This package overrides Laravel's behaviour of creating models and introduces a `Models` directory where your models will be located.

The package is compatible with **Laravel 5 or later.**

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

[](#installation)

This package is installed using Composer.

```
composer require ceekays/generators

```

### Laravel 5.5 or Later

[](#laravel-55-or-later)

The package uses package auto-discovery, as such for Laravel 5.5 or later you are not required to manually add the service provider.

### Laravel &lt; 5.5

[](#laravel--55)

For Laravel versions lower than 5.5, add following service provider to the array of providers in `config/app.php`:

```
Ceekays\Generators\GeneratorsServiceProvider::class,

```

That's it! You're all set to go. Run the `php artisan` command from the Terminal to see the new commands.

Usage
-----

[](#usage)

- The `make:model` command has not changed its default behaviour except for the location of the models.
- `php artisan make:report UsersReport --table=users` or `php artisan make:report UsersReport -t users`
- `php artisan make:service CreateUserService`

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](license.md).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

6

Last Release

2314d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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