sasin91/laravel-interaction

Laravel 5 - Interactions, inspired by Laravel/Spark.
17 2
Install
composer require sasin91/laravel-interaction
License:MIT
Last Updated:Jan 14, 2017
Links: GitHub  ·  Packagist
Maintainer: Sasin91

Laravel 5 Interactions

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

Installation

Composer

Execute the following command to get the latest version of the package:

composer require sasin91/laravel-interaction

Note, to pull this in you might need to set your minimum stability in composer.json

"minimum-stability":"dev",

Laravel

In your config/app.php add Sasin91\LaravelInteractions\RepositoryServiceProvider::class to the end of the Package Service Providers array:

'providers' => [
    ...
    Sasin91\LaravelInteractions\RepositoryServiceProvider::class,
],

Commands

To generate a interaction, run this command:

php artisan make:interaction CreateUser {--contract}

generates a contract for the Interaction if the contract option is specified.

Related Packages

sasin91/laravel-tc-interaction

Laravel 5 - Interactions for communicating with a TrinityCore server.

9 1
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 161
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

363,860 86
reliese/laravel

Reliese Components for Laravel Framework code generation.

3,924,784 1,705