2017 © Pedro Peláez
 

library seeds

This package helps with database seeding.

image

laracademy/seeds

This package helps with database seeding.

  • Thursday, June 28, 2018
  • by Laracademy
  • Repository
  • 3 Watchers
  • 33 Stars
  • 197 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Seeds for Laravel by Laracademy

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

This package adds a new artisan command which offers a better way to seed your database: You can select the seeder from a selection and during running you will get feedback on what is being done., (*2)

Getting Started

The easiest way to get started is to install the package using composer. You can do so by running the following command., (*3)

composer require laracademy/seeds

That's it! Well, as long as you are using Laravel 5.5 or higher. If you are using an older version of Laravel please see below., (*4)

Usage

To use the package you just need to run the artisan command and follow the prompts on the screen., (*5)

php artisan seeds

Preview

, (*6)

Laravel 5.4 and lower

You will need to add the package into your service provider array found in config/app.php., (*7)

providers = [
    // listing of providers
    Laracademy\Commands\SeedsServiceProvider::class,
    // rest of providers
];

The Versions

28/06 2018

dev-master

9999999-dev

This package helps with database seeding.

  Sources   Download

MIT

by Michael McMullen

26/06 2018

1.0.2

1.0.2.0

This package helps with database seeding.

  Sources   Download

MIT

by Michael McMullen

26/06 2018

1.0.1

1.0.1.0

This package helps with database seeding.

  Sources   Download

MIT

by Michael McMullen

19/06 2018

1

1.0.0.0

This package helps with database seeding.

  Sources   Download

MIT

by Michael McMullen