First of all, you have to download the Installer of Laravel with the help of Composer, like this:
composer global require "laravel/installer"
$d = Factory(App\Department::class,3)->create(); > $d = Factory(App\Department::class, 10)->create(); = Illuminate\Database\Eloqu...
No comments:
Post a Comment