2017 © Pedro Peláez
 

symfony-bundle laravel-fakerino

Fake data generator Laravel package

image

fakerino/laravel-fakerino

Fake data generator Laravel package

  • Sunday, June 21, 2015
  • by niklongstone
  • Repository
  • 1 Watchers
  • 4 Stars
  • 4,677 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

Fakerino Laravel Package

Latest Stable Version Travis Ci License, (*1)

The Fakerino Laravel provides integration of Fakerino into the Laravel framework., (*2)

More information in the official documentation., (*3)

Installation

Add the following dependencies to your projects composer.json file:, (*4)

    "require": {
        "fakerino/laravel-fakerino": "0.0.*",
    }

Install the ODS data sample in two ways:

  • Add a script to your composer.json:
  "scripts": {
        "post-install-cmd": "vendor/fakerino/fakerino/build/ods vendor/fakerino/fakerino/data",
        "post-update-cmd": "vendor/fakerino/fakerino/build/ods vendor/fakerino/fakerino/data"
    }

In this way the data will be always updated automatically via composer., (*5)

  • Run maually the command (after the fakerino composer installation):
    $ vendor/fakerino/fakerino/build/ods vendor/fakerino/fakerino/data

Initializing the package

To initialize the bundle, you'll need to add it in your config/app.php., (*6)

    'providers' => [
        'Fakerino\Package\FakerinoProvider',

Usage in controller


<?php namespace App\Http\Controllers; use Fakerino\Fakerino; class FakeController extends Controller { public function index() { return $this->fakerino->fake('surname'); } }

The Versions

21/06 2015

dev-master

9999999-dev http://github.com/niklongstone/laravel-fakerino

Fake data generator Laravel package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel generator faker data package fake

26/05 2015

0.0.2

0.0.2.0 http://github.com/niklongstone/laravel-fakerino

Fake data generator Laravel package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel generator faker data package fake

26/05 2015

0.0.1

0.0.1.0 http://github.com/niklongstone/laravel-fakerino

Fake data generator Laravel package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel generator faker data package fake