You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referring to #171 , it will be possible to create a seeder which is not a child of DefaultSeed. As such the nails make:db:seed commands should be updated/changed as follows:
nails make:db:seed Book
# Generates App\Database\Seed\Book
nails make:db:seed Book --model=Book
# Generates App\Database\Seed\Book extends DefaultSeed
The text was updated successfully, but these errors were encountered:
hellopablo
changed the title
Update make:db:seed to use DefaultSeed only if a mdoel is provided
Update make:db:seed to use DefaultSeed only if a model is provided
Apr 21, 2021
Referring to #171 , it will be possible to create a seeder which is not a child of
DefaultSeed
. As such thenails make:db:seed
commands should be updated/changed as follows:The text was updated successfully, but these errors were encountered: