Looking to hire Laravel developers? Try LaraJobs

laravel-datafactory-client maintained by mauro-moreno

Description
Laravel wrapper for the DataFactory LA Client package
Author
Last update
2017/09/21 23:26 (dev-master)
License
Links
Downloads
124

Comments
comments powered by Disqus

Laravel DataFactory LA Client

This package is a wrapper of DataFactory LA Client package PHP Class for Laravel Framework.

Installation

Using composer

$ composer require mauro-moreno/laravel-datafactory-client
// config/app.php
<?php

return [
    'providers' => [
        // ...
        MauroMoreno\LaravelDataFactory\Provider\LaravelDatafactoryServiceProvider::class
        // ...
    ]
];