Skip to content

A Laravel package that helps you with seeding your database.

Notifications You must be signed in to change notification settings

laracademy/seeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seeds for Laravel by Laracademy

Latest Stable Version Total Downloads Latest Unstable Version License

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.

Getting Started

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

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.

Usage

To use the package you just need to run the artisan command and follow the prompts on the screen.

php artisan seeds

Preview

Laravel 5.4 and lower

You will need to add the package into your service provider array found in config/app.php.

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

About

A Laravel package that helps you with seeding your database.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages