2017 © Pedro Peláez
 

library laravel-workflow

Integerate Symfony Workflow component into Laravel.

image

picr/laravel-workflow

Integerate Symfony Workflow component into Laravel.

  • Thursday, July 28, 2016
  • by iampersistent
  • Repository
  • 2 Watchers
  • 10 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 31 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel workflow

Use the Symfony Workflow component in Laravel, (*1)

Composer Configuration

Include the laravel-workflow package as a dependency in your composer.json:, (*2)

"picr/laravel-workflow": "dev-master"

Installation

Run composer install to download the dependencies., (*3)

Laravel 5

Add a ServiceProvider to your providers array in config/app.php:, (*4)

'providers' => [

    'Picr\LaravelWorkflow\LaravelWorkflowServiceProvider',

]

Add the Workflow facade to your facades array:, (*5)

    'Workflow' => 'Picr\LaravelWorkflow\Facades\WorkflowFacade',

The Versions

28/07 2016

dev-master

9999999-dev

Integerate Symfony Workflow component into Laravel.

  Sources   Download

MIT

The Requires

 

laravel laravel5 workflow petri net