Hi.... Great profile.... Do u work as a Laravel dev? Is hard to see an entry level/junior level Laravel job here in Nigeria
@devhammed7 ай бұрын
@@rally_furymoments5294 Yeah, I'm a Laravel developer with 6+ years experience. I just enjoy watching beginners tutorials once in a while. And for the job, I can't really say because I don't work for Nigerian companies.
@devhammed3 ай бұрын
@@rally_furymoments5294 Yes, I work as a Laravel dev and I think the job market is like every other country too, competitive.
@collectorschannel3736 ай бұрын
thanks jerry way i love your tutorial more tutorial application thanks...
@sale76803 ай бұрын
❤❤❤
@chrisumeran6 ай бұрын
Hello, whenever I do "laravel new [name]", it will automatically do the project structure without asking what database will my application use, etc. How can I do it like the one in the video? Thanks
@casperverhaak91324 ай бұрын
I've got a postgresql database and it's already in phpstorm on the top right. However when I run the command sail artisan migrate, it won't change the tables in phpstorm and neither in postgresql. Does anyone have a solutions for this?
@labibnoob47322 ай бұрын
Same issue, did you solved some how?
@ralvdevАй бұрын
check if db_conecction=sqlite or your desired one in your env file
@Shoto55364 ай бұрын
Why hasn't Laravel prefixed the tables it uses with laravel_ as I've seen with other frameworks? You can't create a jobs table for your application, for example.