PHPackages                             masnathan/laravel-dev - 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. masnathan/laravel-dev

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

masnathan/laravel-dev
=====================

Laravel Development Package

v1.0.0(8y ago)225MITPHP

Since May 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/MASNathan/laravel-dev)[ Packagist](https://packagist.org/packages/masnathan/laravel-dev)[ RSS](/packages/masnathan-laravel-dev/feed)WikiDiscussions master Synced 2d ago

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

Laravel 5 Development Bundle
============================

[](#laravel-5-development-bundle)

Install
-------

[](#install)

This package is meant to be used on development only.

Require this package with composer using the following command:

```
composer require masnathan/laravel-dev --dev
```

In Laravel, instead of adding the service provider in the `config/app.php` file, you can add the following code to your `app/Providers/AppServiceProvider.php` file, within the `register()` method:

```
public function register()
{
    if ($this->app->environment() !== 'production') {
        $this->app->register(\MASNathan\LaravelDev\ServiceProvider::class);
    }
    // ...
}
```

This will allow your application to load the Laravel Dev on non-production environments.

To publish the **configurations** you can simply run the following command:

```
php artisan vendor:publish --provider="MASNathan\LaravelDev\ServiceProvider" --tag="config"
```

That's it!

Now you have the following packages up and running:

- [percymamedy/laravel-dev-booter](https://github.com/percymamedy/laravel-dev-booter)
- [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper)
- [maddhatter/laravel-view-generator](https://github.com/maddhatter/laravel-view-generator)
- [laracademy/interactive-make](https://github.com/laracademy/interactive-make)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

3277d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2139464?v=4)[André Filipe](/maintainers/MASNathan)[@MASNathan](https://github.com/MASNathan)

---

Top Contributors

[![MASNathan](https://avatars.githubusercontent.com/u/2139464?v=4)](https://github.com/MASNathan "MASNathan (5 commits)")

---

Tags

development-toolslaravellaravel5

### Embed Badge

![Health badge](/badges/masnathan-laravel-dev/health.svg)

```
[![Health](https://phpackages.com/badges/masnathan-laravel-dev/health.svg)](https://phpackages.com/packages/masnathan-laravel-dev)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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