PHPackages                             sabatino/artisan-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. sabatino/artisan-dev

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

sabatino/artisan-dev
====================

Helper for running multiple dev scripts in Laravel

1.0.0(1y ago)51.3k1MITPHPPHP ^8.2

Since Sep 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SabatinoMasala/artisan-dev)[ Packagist](https://packagist.org/packages/sabatino/artisan-dev)[ Docs](https://github.com/SabatinoMasala/dev-scripts-for-laravel)[ RSS](/packages/sabatino-artisan-dev/feed)WikiDiscussions main Synced 1mo ago

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

Add an 'artisan dev' command to Laravel
=======================================

[](#add-an-artisan-dev-command-to-laravel)

Run multiple scripts in parallel from a single command, with integrated logging.

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

[](#installation)

```
composer require sabatino/artisan-dev

```

This package publishes a `dev-scripts` config file:

```
php artisan vendor:publish --tag=dev-services

```

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

[](#configuration)

Define your scripts in the `dev-scripts.php` config file, eg:

```
