2017 © Pedro Peláez
 

library seedmytable

Create a solid Laravel database seeder file

image

garethnic/seedmytable

Create a solid Laravel database seeder file

  • Tuesday, March 8, 2016
  • by garethnic
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SeedMyTable

This package creates a solid Laravel DatabaseSeeder.php file., (*1)

Install

Add to your composer.json:, (*2)

``` bash "garethnic/seedmytable": "dev-master", (*3)


Add the garethnic\ServiceProvider to your config/app.php providers array: ``` php garethnic\seedmytable\seedmytableServiceProvider::class,

Then run the following command to copy over the DatabaseSeeder.php file., (*4)

``` bash $ vendor:publish --force, (*5)


This will overwrite your existing `DatabaseSeeder.php` file. ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

08/03 2016

dev-master

9999999-dev https://github.com/garethnic/seedmytable

Create a solid Laravel database seeder file

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel garethnic seedmytable