R

Ravina • 3.96K Points
Extraordinary

Q. Which Laravel command is used to create a seeder?

  • (A) php artisan seed:make
  • (B) php artisan make:seeder
  • (C) php artisan generate:seeder
  • (D) php artisan create:seeder
  • Correct Answer - Option(B)
  • Views: 20
  • Filed under category Laravel
  • Hashtags:

Explanation by: Ravina

php artisan make:seeder creates a new seeder class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.