Комментарии:
Plz respond...why u didn't continue ur last course about advanced cms
Ответитьeager waiting for your new next video
ОтветитьNice to see that you aren't dead 😄
Ответитьi like your videos thanks
ОтветитьThe only question I have is when the next video? :D
Ответитьso if you didnt continue advanced cms because u were waiting for 5.5 then good decision :D
ОтветитьI del the cms that you not have done 100%
Ответитьsuperb thanks you
Ответитьi'm from brazil and i learn a lot with your videos! Thanks! very very cool this method
ОтветитьWhat if your table doesnt follow the convention? Can you specify the factory's table name somehow?
Ответитьthank u sir, you helped me a lot.
cheers from brazil.
thanks
Ответитьthx. bro
ОтветитьSir please solve this error ...
The error is as......
'PHP Notice: Array to string conversion in C:/xampp/htdocs/laravel5/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php on line 80 (SQL: insert into `products` (`name`, `details`, `pri
_at`) values (fugiat, Non dolorem ut magnam blanditiis aut. Eveniet et sed voluptatem eum excepturi. Alias mollitia quae corporis in iste soluta. Esse sed hic est quia qui non reprehenderit., 208, 5, 10
This error is occur when i run the factory
And
$factory->define(App\Product::class, function (Faker $faker) {
return [
'name' => $faker->word,
'details'=> $faker->paragraphs,
'price'=> $faker->numberBetween(100,1000),
'stock'=> $faker->randomDigit,
'discount'=> $faker->numberBetween(2,30)
];
});
Elon? Dat you ?
ОтветитьThanks for videos about Laravel. You should make more and more because you are very good.
ОтветитьThanks for videos, sir. I have a problem, how to change locale language?
Ответитьvery helpful, by the way I installed Laravel 5.4.36 & found make:factory is not available, so I copied ModelFactory.php and made necessary changes & it worked.
Thx.
I got the issue couldn't call the factory in my DBSeeder.
Keep in mind to use '' . Like factory('App\User' ...)
Finally, someone who went through this methodically and didn't just brush over important parts.
Ответить