bagisto / laravel-data-faker

Creates fake data of products and customers for testing
MIT License
23 stars 23 forks source link

Migration not available #3

Closed satinderbajwa closed 4 years ago

satinderbajwa commented 4 years ago

php artisan migrate Nothing to migrate.

vaishaliwebkul commented 4 years ago

@satinderbajwa This message "nothing to migrate" comes if no table is left to migrate, after running this kindly run this command php artisan db:seed --class="Webkul\DataFaker\Database\Seeders\DatabaseSeeder"

Feel free to ask in case if any issue persists.