PHPackages                             menthol/scripts-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. [CLI &amp; Console](/categories/cli)
4. /
5. menthol/scripts-dev

Abandoned → [neronmoon/scriptsdev](/?search=neronmoon%2Fscriptsdev)ArchivedLibrary[CLI &amp; Console](/categories/cli)

menthol/scripts-dev
===================

Laravel Scripts-Dev, execute dev scripts on development environment.

0210PHP

Since Aug 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/menthol/scripts-dev)[ Packagist](https://packagist.org/packages/menthol/scripts-dev)[ RSS](/packages/menthol-scripts-dev/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 4 Scripts-dev
---------------------

[](#laravel-4-scripts-dev)

This packages execute all commands added into composer scripts-dev directive.

### Installation

[](#installation)

Require this package in your composer.json and run composer update (or run `composer require menthol/scripts-dev:dev-master` directly):

```
"menthol/scripts-dev": "dev-master"

```

After updating composer, add the ServiceProvider to the providers array in app/config/app.php

```
'Menthol\ScriptsDev\ScriptsDevServiceProvider',

```

Publish the config.

```
php artisan config:publish menthol/scripts-dev

```

Configure your local dev environment by adding `'dev' => true,` to your local package config file.

You can configure your composer.json. In each scripts step add `php artisan scripts-dev {step}`

```
"scripts":{
    "post-update-cmd":[
        "php artisan clear-compiled",
        "php artisan optimize",
        "php artisan scripts-dev post-update-cmd"
    ]
},

```

Now you can add your dev commands

```
"scripts-dev":{
    "post-update-cmd":[
        "php artisan ide-helper:generate"
    ]
},

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5140e4dccef9903afdc8528e24f855ecd61f4e439b512e7b1af4f1c8378d2248?d=identicon)[menthol](/maintainers/menthol)

---

Top Contributors

[![menthol](https://avatars.githubusercontent.com/u/1001497?v=4)](https://github.com/menthol "menthol (6 commits)")

### Embed Badge

![Health badge](/badges/menthol-scripts-dev/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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