PHPackages                             hdgarau/runners - 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. hdgarau/runners

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

hdgarau/runners
===============

Control process runned for Laravel like migrations

2.0.0(2y ago)03.4kMITPHPPHP ^8.1

Since Oct 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hdgarau/runners)[ Packagist](https://packagist.org/packages/hdgarau/runners)[ RSS](/packages/hdgarau-runners/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

RUNNERS TO LARAVEL
==================

[](#runners-to-laravel)

DESCRIPTION
-----------

[](#description)

Package from laravel to store the processes runned. You can run N times a procces (once by default)

INSTALATION
-----------

[](#instalation)

```
composer require hdgarau/runners

# if you use DB Model (eloquent by default)
php artisan runner:tables
php artisan migrate

```

HANDLER CLASS
-------------

[](#handler-class)

### CONFIG FILE

[](#config-file)

You can define your own model to store data runner. Package provides two models. "eloquent" (by default) and "file" You can define the model on enviroment variable RUNNER\_MODEL. That one must implements iRunnerModel.

```
