andela / pibbble

Dribbble Clone for Programmers
https://pibbble-staging.herokuapp.com/
13 stars 3 forks source link

Data missing from the homepage #81

Closed unicodeveloper closed 8 years ago

unicodeveloper commented 8 years ago
screen shot 2015-10-26 at 4 46 53 pm
wilmkr commented 8 years ago

Just run the following two commands to seed the users and projects table

php artisan db:seed --class=UsersTableSeeder
php artisan db:seed --class=ProjectsTableSeeder