PHPackages                             netpok/namespaced-laravel-models - 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. netpok/namespaced-laravel-models

Abandoned → [laravel/framework](/?search=laravel%2Fframework)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

netpok/namespaced-laravel-models
================================

Laravel package to help setting default namespace for the make:model command

v2.0.1(6y ago)3593MITPHP

Since Oct 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/netpok/namespaced-laravel-models)[ Packagist](https://packagist.org/packages/netpok/namespaced-laravel-models)[ Docs](https://github.com/netpok/namespaced-laravel-models)[ RSS](/packages/netpok-namespaced-laravel-models/feed)WikiDiscussions master Synced yesterday

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

Namespaced Laravel Models
=========================

[](#namespaced-laravel-models)

This package's sole purpose is to allow setting the default namespace for the Laravel make:model command and the other commands accepting models as parameters.

- [Installation](#installation)
- [Configuration](#configuration)

Abandoned
---------

[](#abandoned)

This package is abandoned since this feature is natively supported in Laravel 8 and later

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

[](#installation)

You can install this package via composer:

```
composer require netpok/namespaced-laravel-models --dev
```

The service provider will automatically register or you may manually add the service provider in your `config/app.php` file:

```
'providers' => [
    // ...
    Netpok\NamespacedLaravelModels\ServiceProvider::class,
];
```

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

[](#configuration)

By default this package sets the namespace to Models under your route namespace (App\\Models), but feel free to publish the configuration and set your preferred namespace.

```
php artisan vendor:publish --provider="Netpok\\NamespacedLaravelModels\\ServiceProvider"
```

Laravel 7 support
-----------------

[](#laravel-7-support)

Laravel 7 is under heavy development, but the current state (2019-10-24) is supported by the [next](https://github.com/netpok/namespaced-laravel-models/tree/next) branch.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

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

Every ~29 days

Recently: every ~44 days

Total

7

Last Release

2216d ago

Major Versions

v1.0.3 → v2.0.02019-10-26

### Community

Maintainers

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

---

Top Contributors

[![netpok](https://avatars.githubusercontent.com/u/6945600?v=4)](https://github.com/netpok "netpok (37 commits)")

---

Tags

laravelmodel-make

### Embed Badge

![Health badge](/badges/netpok-namespaced-laravel-models/health.svg)

```
[![Health](https://phpackages.com/badges/netpok-namespaced-laravel-models/health.svg)](https://phpackages.com/packages/netpok-namespaced-laravel-models)
```

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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