Hi.... Great profile.... Do u work as a Laravel dev? Is hard to see an entry level/junior level Laravel job here in Nigeria
@devhammed9 ай бұрын
@@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.
@devhammed4 ай бұрын
@@rally_furymoments5294 Yes, I work as a Laravel dev and I think the job market is like every other country too, competitive.
@_ianjmsАй бұрын
For database GUI, I used the built in tool of PHPStorm
@mhballa586616 күн бұрын
What type of terminal is this? it so cool how there is separation between the command and the execution, so you can scroll. anyone how it work?
@collectorschannel3737 ай бұрын
thanks jerry way i love your tutorial more tutorial application thanks...
@chrisumeran8 ай бұрын
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
@casperverhaak91326 ай бұрын
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?
@labibnoob47323 ай бұрын
Same issue, did you solved some how?
@ralvdev3 ай бұрын
check if db_conecction=sqlite or your desired one in your env file
@sale76804 ай бұрын
❤❤❤
@Shoto55365 ай бұрын
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.