2017 © Pedro Peláez
 

library laravel-interaction

Laravel 5 - Interactions, inspired by Laravel/Spark.

image

sasin91/laravel-interaction

Laravel 5 - Interactions, inspired by Laravel/Spark.

  • Saturday, January 14, 2017
  • by Sasin91
  • Repository
  • 1 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 10 % Grown

The README.md

Laravel 5 Interactions

Laravel 5 Interactions, make it a breeze to write interactions, for instance subscribing a newly registered User., (*1)

Installation

Composer

Execute the following command to get the latest version of the package:, (*2)

composer require sasin91/laravel-interaction

Note, to pull this in you might need to set your minimum stability in composer.json ```composer.json "minimum-stability":"dev",, (*3)


### Laravel In your `config/app.php` add `Sasin91\LaravelInteractions\RepositoryServiceProvider::class` to the end of the `Package Service Providers` array: ```php 'providers' => [ ... Sasin91\LaravelInteractions\RepositoryServiceProvider::class, ],

Commands

To generate a interaction, run this command:, (*4)

php artisan make:interaction CreateUser {--contract}

generates a contract for the Interaction if the contract option is specified., (*5)

The Versions

14/01 2017

dev-master

9999999-dev

Laravel 5 - Interactions, inspired by Laravel/Spark.

  Sources   Download

MIT

The Requires

 

by Jonas Kervin Hansen

laravel interaction