PHPackages                             stillat/model-cannon - 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. [Framework](/categories/framework)
4. /
5. stillat/model-cannon

ActiveLibrary[Framework](/categories/framework)

stillat/model-cannon
====================

Gives you a models directory in Laravel without thinking. If you're into that sort of thing.

1.0(9y ago)011MITPHP

Since Aug 16Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Model Cannon for Laravel
========================

[](#model-cannon-for-laravel)

Model Cannon is an incredibly simple Laravel package that gives you back your "Models" directory, if you are into that sort of thing. Using it is super simple.

Configuration
-------------

[](#configuration)

### Composer

[](#composer)

First, you need to add the Model Cannon package to your `composer.json` file and run the `composer update` command:

```
"stillat/model-cannon": "~1.0"

```

### Service Provider

[](#service-provider)

Next, register the `Stillat\ModelCannon\ModelCannonServiceProvider` service provider in your `app` configuration file. Simply add this line to the "packages" section of the `app` config:

```
Stillat\ModelCannon\ModelCannonServiceProvider::class,

```

Usage
-----

[](#usage)

It couldn't be simpler! Just use Laravel's `make:model` command like you always have. The only difference is now models will be stored in a `Models` directory and have the correct `Models` namepsace added automatically. Seriously, that is all there is to it.

```
php artisan make:model User

```

License
-------

[](#license)

Model Cannon is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

3605d ago

### Community

Maintainers

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

---

Top Contributors

[![JohnathonKoster](https://avatars.githubusercontent.com/u/5232890?v=4)](https://github.com/JohnathonKoster "JohnathonKoster (2 commits)")

### Embed Badge

![Health badge](/badges/stillat-model-cannon/health.svg)

```
[![Health](https://phpackages.com/badges/stillat-model-cannon/health.svg)](https://phpackages.com/packages/stillat-model-cannon)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k89.4M576](/packages/laravel-passport)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k21.1M149](/packages/laravel-jetstream)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k34.4M162](/packages/laravel-breeze)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k17.6M521](/packages/laravel-boost)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k28.4M137](/packages/laravel-cashier)

PHPackages © 2026

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