Viewed and coded along - 5. Laravel 7 for beginner - Raw SQL Queries
@Bitfumes4 жыл бұрын
keep it up
@DeepDaSolution4 жыл бұрын
Can you please tell me what color theme you are using for this video?
@ayoubhedri7824 жыл бұрын
if it says cant find DB just type in the top use Illuminate\Support\Facades\DB;
@AA-jb5cs4 жыл бұрын
@@abdulmomenusmani3869 of course not
@AA-jb5cs4 жыл бұрын
thanks alot
@arnobroy62923 жыл бұрын
Thank you man..saved my ass♥
@ayoubhedri7823 жыл бұрын
@@arnobroy6292 lol i got this notification after a year. you are welcome
@abeautyqueenofonly184 жыл бұрын
Lovely teacher, thanks
@keagandominick83433 жыл бұрын
you probably dont care but if you are stoned like me atm you can watch all the latest series on instaflixxer. Been streaming with my gf lately :)
@diegolukas30123 жыл бұрын
@Keagan Dominick Definitely, been using instaflixxer for since december myself :D
@tristanmateo13103 жыл бұрын
@Keagan Dominick Yup, I've been using InstaFlixxer for months myself :)
@shohanhossain82804 жыл бұрын
Thanks a ton!
@Bitfumes4 жыл бұрын
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates. bitfumes.com
@Mfbzai Жыл бұрын
It's pain why laravel even just only for raw sql querys still inside an ORM method. In C# Entity ORM just write raw query without select, insert and anything else methods.
@None-ni4qg4 жыл бұрын
hello could u please make a tutorial of how to make a forum in laravel 7 ? or if u know any forum package compatible with laravel 7 ? plz
@raviwadhwani29034 жыл бұрын
Sarthak, why should we use RAW sql quiries, when we can use eloquent thing!??
@md.imrulhasan87574 жыл бұрын
He said, " we don't need to use RAW sql query. "
@jaibharatmata8921 Жыл бұрын
Hi can we create join with raw query ?
@two-zero4 жыл бұрын
Thanks
@alireza58854 жыл бұрын
sear sarthak, i have been doing the insert query but suddently it showed like this SQLSTATE[HY000] [1045] Access denied for user ''@'localhost' (using password: NO) (SQL: insert into users (name,email,password) values(hi,hello@hello.com,abcd) where i need to do the change? i can guess that there is problem with database but where i cant find out,can you plz help me
@EsHbAnBaHaDuR4 жыл бұрын
update db settings in your .env file. You can find it at root folder
@MarcelloPato4 жыл бұрын
Is this way using pure PHP 7.* , I may say?
@md.imrulhasan87574 жыл бұрын
yes
@rizonrepunte3243 жыл бұрын
It says DB not found, what should I do?
@kendallhayes49173 жыл бұрын
Create DB in MySQL workbench or php myadmin. Then go to your .env file enter the correct database name and set the password and username to root