Easier Factory Generation (3 / 14) - Laravel 5.5 New Features

Easier Factory Generation (3 / 14) - Laravel 5.5 New Features

DevMarketer

7 лет назад

19,361 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@MrKaremnour
@MrKaremnour - 11.09.2017 11:03

Plz respond...why u didn't continue ur last course about advanced cms

Ответить
@vtvvnha2230
@vtvvnha2230 - 11.09.2017 12:26

eager waiting for your new next video

Ответить
@1lucak1
@1lucak1 - 11.09.2017 13:29

Nice to see that you aren't dead 😄

Ответить
@33sprog5min2
@33sprog5min2 - 11.09.2017 16:02

i like your videos thanks

Ответить
@KroceBow
@KroceBow - 11.09.2017 16:04

The only question I have is when the next video? :D

Ответить
@nikhildhakal3727
@nikhildhakal3727 - 11.09.2017 19:56

so if you didnt continue advanced cms because u were waiting for 5.5 then good decision :D

Ответить
@adrien8768
@adrien8768 - 12.09.2017 00:11

I del the cms that you not have done 100%

Ответить
@TamilTipsTVHealth
@TamilTipsTVHealth - 12.09.2017 23:57

superb thanks you

Ответить
@elinardosilva3812
@elinardosilva3812 - 29.09.2017 23:33

i'm from brazil and i learn a lot with your videos! Thanks! very very cool this method

Ответить
@StephanieLoveful
@StephanieLoveful - 30.12.2017 11:05

What if your table doesnt follow the convention? Can you specify the factory's table name somehow?

Ответить
@carvalho1990
@carvalho1990 - 20.01.2018 23:43

thank u sir, you helped me a lot.
cheers from brazil.

Ответить
@vladymyrsymonchuk600
@vladymyrsymonchuk600 - 06.03.2018 12:59

thanks

Ответить
@ImpulseYou
@ImpulseYou - 06.05.2018 11:25

thx. bro

Ответить
@danishmanzoor795
@danishmanzoor795 - 02.09.2018 08:30

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)
];
});

Ответить
@kronos2266
@kronos2266 - 21.10.2018 13:23

Elon? Dat you ?

Ответить
@AnonymousDeveloper1
@AnonymousDeveloper1 - 07.12.2018 22:11

Thanks for videos about Laravel. You should make more and more because you are very good.

Ответить
@susantokun
@susantokun - 04.01.2019 23:52

Thanks for videos, sir. I have a problem, how to change locale language?

Ответить
@webglobesolutions
@webglobesolutions - 08.01.2019 09:25

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.

Ответить
@SpaceBurritoV3
@SpaceBurritoV3 - 06.07.2019 19:06

I got the issue couldn't call the factory in my DBSeeder.
Keep in mind to use '' . Like factory('App\User' ...)

Ответить
@harrisongreeves5697
@harrisongreeves5697 - 09.08.2019 09:50

Finally, someone who went through this methodically and didn't just brush over important parts.

Ответить