Laravel seeding the database
Yesterday we made our first database, and another cool function of Laravel is the option to seed it.
The default installation comes with a basic database/seeders/DatabaseSeeder.
This is a collection place to run specific seeders. For our one, we will...
h.daily-dev-tips.com2 min read