Synatx : php artisan make:model ModelName
Let's create a model for Product
So we in the terminal write PHP artisan make: model Product
$d = Factory(App\Department::class,3)->create(); > $d = Factory(App\Department::class, 10)->create(); = Illuminate\Database\Eloqu...
No comments:
Post a Comment