PHPackages                             mattostromhall/laravel-make-in - 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. mattostromhall/laravel-make-in

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

mattostromhall/laravel-make-in
==============================

A wrapper around the artisan make command to move created classes to a specified path and update the namespace accordingly.

v0.1.0(4y ago)0186[3 PRs](https://github.com/mattostromhall/laravel-make-in/pulls)MITPHPPHP ^8.0

Since Feb 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mattostromhall/laravel-make-in)[ Packagist](https://packagist.org/packages/mattostromhall/laravel-make-in)[ Docs](https://github.com/mattostromhall/laravel-make-in)[ GitHub Sponsors](https://github.com/mattostromhall)[ RSS](/packages/mattostromhall-laravel-make-in/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (11)Versions (5)Used By (0)

Laravel Make In
===============

[](#laravel-make-in)

[![Latest Version on Packagist](https://camo.githubusercontent.com/90fdbf457bdcd1e4cce8763379d0065814b1843bb4596a56c1f6965ab90d6ad9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6174746f7374726f6d68616c6c2f6c61726176656c2d6d616b652d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mattostromhall/laravel-make-in)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a228c831c55207bebc91cdcd9a0e0598b3015c863475efe1b0cd67263d5d280c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d6174746f7374726f6d68616c6c2f6c61726176656c2d6d616b652d696e2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/mattostromhall/laravel-make-in/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/3bd551e8caf0fbe2a6eaa356f2c456b73ea737966b7c4a703b70140b0523f547/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d6174746f7374726f6d68616c6c2f6c61726176656c2d6d616b652d696e2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/mattostromhall/laravel-make-in/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/44f0e2d9e6b722a65c704a96eed1cdcb2bfd442beb16c521bc414aadbd473368/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6174746f7374726f6d68616c6c2f6c61726176656c2d6d616b652d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mattostromhall/laravel-make-in)

A wrapper around the artisan make command to move created classes to a specified path and update the namespace accordingly. This is not needed if you follow the default folder structure of a laravel project as the make command itself provides this in the name argument of the command.

However, if for instance you are following a Domain Driven approach, this saves you manually moving the files and updating namespaces after creation.

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

[](#installation)

You can install the package via composer:

```
composer require --dev mattostromhall/laravel-make-in
```

Usage
-----

[](#usage)

The commands currently available are

```
php artisan make:command-in
php artisan make:controller-in
php artisan make:job-in
php artisan make:mail-in
php artisan make:model-in
php artisan make:request-in
```

The base path and namespace for a command can be set through your .env file by adding the following, with values for the base path and namespace you'd like to use for the command:

```
PATH_BASE_{CLASS_NAME}=path/to/base/location
NAMESPACE_BASE_{CLASS_NAME}=Base\Namespace\Here
```

Alternatively you can publish the config file and set the values you require there with:

```
php artisan vendor:publish --tag="laravel-make-in-config"
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Matt Ostrom-Hall](https://github.com/mattostromhall)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.7% 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

1595d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40767741?v=4)[Matt Ostrom-Hall](/maintainers/mattostromhall)[@mattostromhall](https://github.com/mattostromhall)

---

Top Contributors

[![mattostromhall](https://avatars.githubusercontent.com/u/40767741?v=4)](https://github.com/mattostromhall "mattostromhall (44 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (12 commits)")

---

Tags

laravelmattostromhalllaravel-make-in

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/mattostromhall-laravel-make-in/health.svg)

```
[![Health](https://phpackages.com/badges/mattostromhall-laravel-make-in/health.svg)](https://phpackages.com/packages/mattostromhall-laravel-make-in)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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