Тёмный
CodeWithArefin
CodeWithArefin
CodeWithArefin
Подписаться
At CodeWithArefin, I teach you php and laravel from beginning to advanced level.

If you are completely new in programming, don't worry. Here you will get tutorials from the installation of language, how to setup the code editors, how to use tools etc. You will get a complete list of topic-wise playlist. Just you can start with any and learn in-depth of the selected topic.

I provide the source codes with each video where source code is needed. Just look at the description section and you will get that easily.

Business Enquery:
codewitharefin@gmail.com
Комментарии
@anujverma8057
@anujverma8057 40 минут назад
Beautifully explained .
@easygoyemen
@easygoyemen 2 дня назад
For the source code the server says Forbidden Access to this resource on the server is denied!
@saidurkhan1307
@saidurkhan1307 3 дня назад
really helpful tutoreal thanks sir
@CodeWithArefin
@CodeWithArefin 3 дня назад
You are most welcome!
@velloreguide
@velloreguide 4 дня назад
nice work
@CodeWithArefin
@CodeWithArefin 4 дня назад
Thank you!
@cnonamou
@cnonamou 4 дня назад
Thank you for your tutorials. Their are building me to become Laravel apps développer. But I want to know in Laravel query builder how can I join many to many relationship tables?
@CodeWithArefin
@CodeWithArefin 4 дня назад
You can try this: $users = DB::table('users') ->join('role_user', 'users.id', '=', 'role_user.user_id') ->join('roles', 'role_user.role_id', '=', 'roles.id') ->select('users.name as user_name', 'roles.name as role_name') ->get();
@user-yn6tm6nb2r
@user-yn6tm6nb2r 5 дней назад
thank you very much , can you explain how to make login to any website by Facebook account using php??
@CodeWithArefin
@CodeWithArefin 5 дней назад
Not sure when I can make, may be in future, will try.
@Islamicvi454
@Islamicvi454 5 дней назад
make a video on google apis
@CodeWithArefin
@CodeWithArefin 5 дней назад
Thanks for the suggestion.
@Islamicvi454
@Islamicvi454 5 дней назад
sir please make a video on queue jobs schedular and notification events
@CodeWithArefin
@CodeWithArefin 5 дней назад
Thanks for the suggestion.
@sblearntech
@sblearntech 7 дней назад
Keep it up sir, your video is changing my life
@CodeWithArefin
@CodeWithArefin 6 дней назад
It's my pleasure!
@usamaramzan2497
@usamaramzan2497 9 дней назад
well explained ,keep it up
@CodeWithArefin
@CodeWithArefin 9 дней назад
Thank you, I will
@velloreguide
@velloreguide 14 дней назад
love this project
@CodeWithArefin
@CodeWithArefin 13 дней назад
Thank you.
@wondatek2715
@wondatek2715 15 дней назад
I cant download the source code. The link wasnt sent to my email.
@CodeWithArefin
@CodeWithArefin 15 дней назад
Please email me, I will send you the code. codewitharefin[at]gmail[dot]com
@moinsarwar1248
@moinsarwar1248 17 дней назад
is there any source code of this project
@CodeWithArefin
@CodeWithArefin 16 дней назад
Yes, I have updated the description. Please check.
@farhadcse
@farhadcse 18 дней назад
Sir apnar old youtube channel ta pacchi na. Sekhane anek valo important video chilo segulo o pacchi na. Kindly janaben.
@CodeWithArefin
@CodeWithArefin 16 дней назад
This is the updated and only channel where I am active.
@AshiqulIslam-x3n
@AshiqulIslam-x3n 19 дней назад
ভাইয়া HTML টেমপ্লেট দিয়ে প্রেক্টিস করতে পারতাম
@CodeWithArefin
@CodeWithArefin 16 дней назад
Yes, I have updated the description. Please check.
@farshad-hasanpour
@farshad-hasanpour 24 дня назад
I think for user-specific queries, we should include the user ID in the cache name, or else a user might get access to another user's data.
@CodeWithArefin
@CodeWithArefin 21 день назад
You can customize anything.
@md.mushabberulislam2368
@md.mushabberulislam2368 25 дней назад
Very helpful video. Thanks for that❤❤
@CodeWithArefin
@CodeWithArefin 21 день назад
My pleasure 😊
@geraldowusuansah3673
@geraldowusuansah3673 26 дней назад
Good one bro
@CodeWithArefin
@CodeWithArefin 26 дней назад
Thanks ✌️
@MartinDev-qy8qi
@MartinDev-qy8qi Месяц назад
Very nice and complete tutorial, you very kind. Courage to you.
@BOTStrategy-nc3os
@BOTStrategy-nc3os Месяц назад
Underated video. This should have more likes! Thanks man
@CodeWithArefin
@CodeWithArefin 26 дней назад
Glad you liked it!
@africtv5842
@africtv5842 Месяц назад
Thank you very much, have been thinking of how i want to include paystack in my laravel project
@CodeWithArefin
@CodeWithArefin 26 дней назад
You are welcome!
@enduroinspired6884
@enduroinspired6884 Месяц назад
The title of the video says 8.3 but 8.2 is installed. :(
@CodeWithArefin
@CodeWithArefin 26 дней назад
No difference, bro.
@enduroinspired6884
@enduroinspired6884 26 дней назад
@@CodeWithArefin thx
@CodeWithArefin
@CodeWithArefin 26 дней назад
Welcome.
@domainsculptors7063
@domainsculptors7063 Месяц назад
hi, i need cashfree payment gateway integration on laravel 11 urgent please
@CodeWithArefin
@CodeWithArefin 26 дней назад
Sorry bro, no plan on this yet. :(
@cubedev4838
@cubedev4838 Месяц назад
Your course on Udemy are really amazing! Please make multivendor ecommerce course using laravel 11
@CodeWithArefin
@CodeWithArefin 26 дней назад
I will do that, bro.
@k.a.rayhan7017
@k.a.rayhan7017 Месяц назад
thanks for this amazing video, but I am facing a problem as when i am trying to sign up this error shows Error 503 first byte timeout
@CodeWithArefin
@CodeWithArefin Месяц назад
No reason for error. Check deeply where you wrongly coded. You can also check the updated laravel 11 integration with paypal.
@k.a.rayhan7017
@k.a.rayhan7017 Месяц назад
@@CodeWithArefin when i am trying to sign up in PayPal account that error shows.
@CodeWithArefin
@CodeWithArefin Месяц назад
You have to signup developer account, not the paypal main account if your country does not support paypal. Please see my laravel 11 videos and exactly follow what I did.
@rynalee3677
@rynalee3677 Месяц назад
Hello sir, can you make a video on google calender integration in laravel 11?
@CodeWithArefin
@CodeWithArefin Месяц назад
I will try. Thanks.
@abdulgonicse
@abdulgonicse Месяц назад
খুবই উপকারি একটা চ্যানেল । আমি এখানে থেকে অনেক কিছু শিখেছি ।
@CodeWithArefin
@CodeWithArefin Месяц назад
Thanks.
@ayeshahkhan8583
@ayeshahkhan8583 Месяц назад
Hello, I wanna know about your paid packages on Udemy. How much those courses are helpful? I confused about them as I am in need of a instructor to whom I learn each and everything about laravel and wanna make a wonderful project. Please help me in choosing your course which one is the best?😊
@CodeWithArefin
@CodeWithArefin Месяц назад
For basic, my youtube channel is enough for now. And for paid project, you can choose any one. I am currently going to release a new laravel 11 course on udemy about travel agency management system and hope, that will publish tomorrow.
@bismashahzad3849
@bismashahzad3849 Месяц назад
can you explain how do we connect it with valid accounts
@CodeWithArefin
@CodeWithArefin Месяц назад
Question not clear.
@mansurkhalidhaji5518
@mansurkhalidhaji5518 Месяц назад
thxxxx
@CodeWithArefin
@CodeWithArefin Месяц назад
Welcome.
@manuelmazuze889
@manuelmazuze889 Месяц назад
i bought your full course real estate website with PHP 8 where you teach this in fundamentals part i am so grateful to you thank you so much you taught so much 18.packages, packages ,purchase filtered search etc, thanks a lot
@CodeWithArefin
@CodeWithArefin Месяц назад
Happy to hear that! You are most welcome.
@NasarUllah-s8s
@NasarUllah-s8s Месяц назад
this is the checkout method if i want own custom form use then whats the method to please tell me the custom form methods
@CodeWithArefin
@CodeWithArefin Месяц назад
Custom form is not recommended. Because user will not be willing to pay as in this way easily their card information can be theft. But, if you need it still, you will get many resources online. If I have time, I will try.
@kamaladeyinka40
@kamaladeyinka40 Месяц назад
Doesn’t work in test anymore
@CodeWithArefin
@CodeWithArefin Месяц назад
You can contact to them. Probably, in recent they have changed something.
@Jameela-or5wd
@Jameela-or5wd Месяц назад
Can we do OTP loginsystem using Laravel breeze?
@CodeWithArefin
@CodeWithArefin Месяц назад
You can generate OTP code and send to email instead of verification system. If you understand the concept, it should be easy for you to implement. I will try to make one in future.
@Jameela-or5wd
@Jameela-or5wd Месяц назад
@@CodeWithArefin Thanks sir
@CodeWithArefin
@CodeWithArefin 26 дней назад
You're welcome.
@SureshPadavala-hb1me
@SureshPadavala-hb1me Месяц назад
sir can you explain how to do payout integration in razorpay in laravel
@CodeWithArefin
@CodeWithArefin Месяц назад
Which specific part you did not understand?
@anbuselvanrocky
@anbuselvanrocky Месяц назад
Hello Arefin. Bootstrap 5 Quick Snippet author here. Thanks for sharing our snippet to the world.. Cheers!
@CodeWithArefin
@CodeWithArefin Месяц назад
Wow! It is awesome to hear. You did a great job. ❤️
@kamaladeyinka40
@kamaladeyinka40 Месяц назад
Thank you
@CodeWithArefin
@CodeWithArefin Месяц назад
You're welcome ❤️
@kamaladeyinka40
@kamaladeyinka40 Месяц назад
@@CodeWithArefin it doesn’t work in test callback anymore
@CodeWithArefin
@CodeWithArefin Месяц назад
Then it is paystack issue and you can contact them.
@muhammadshahzadshahzad8632
@muhammadshahzadshahzad8632 Месяц назад
Assalam alekum bhai ek issue araha h jb me site ko login ya logout krta hn mery admin pennel pe bhi same effect hota h
@CodeWithArefin
@CodeWithArefin Месяц назад
Please write in English.
@hezronndirangu4200
@hezronndirangu4200 Месяц назад
Love your videos Arefin.
@CodeWithArefin
@CodeWithArefin Месяц назад
Thank you, sir.
@DokterWeb
@DokterWeb Месяц назад
D:\Laravel\multiauth\vendor\laravel\framework\src\Illuminate\View\FileViewFinder.php :139 throw new InvalidArgumentException("View [{$name}] not found."); there are some kind error, please what should i do my friend
@DokterWeb
@DokterWeb Месяц назад
when i see on console, there is some error message "The GET method is not supported for route admin/forget_password_submit. Supported methods: POST."
@CodeWithArefin
@CodeWithArefin Месяц назад
The error message you're encountering indicates that Laravel is unable to locate the specified view file. - Check view file path - Correct view name - Check namespace and path issues - Clear cache: php artisan view:clear - You can also check case sensitivity issue.
@CodeWithArefin
@CodeWithArefin Месяц назад
You used Route::get, use Route::post instead.
@mazuzemarketing5053
@mazuzemarketing5053 Месяц назад
Morshedul do you also teach html css and javascript?
@CodeWithArefin
@CodeWithArefin Месяц назад
I had some students before where I completely teached web design using html, css, bootstrap. It was many years ago and students were live class students online.
@mazuzemarketing5053
@mazuzemarketing5053 Месяц назад
have you ever considered doing a course on html css and javascript basically front end..i am looking for it..from your tutorials i can see you are a superstar when it comes to programming i think you are the best teacher i have seen on youtube
@CodeWithArefin
@CodeWithArefin Месяц назад
It is my pleasure. Yes, I will bring html, css, bootstrap etc. one by one.
@viraladvice
@viraladvice Месяц назад
please make video pakistani payment gateway, easypaisa, jazzcash, bankalflah
@CodeWithArefin
@CodeWithArefin Месяц назад
If i get time, I will try.
@viraladvice
@viraladvice Месяц назад
@@CodeWithArefin thanks
@CodeWithArefin
@CodeWithArefin Месяц назад
Welcome!
@omarech-choqayry4590
@omarech-choqayry4590 Месяц назад
Is my first time i saw this channel i had never someone explain like you. you're amazing
@CodeWithArefin
@CodeWithArefin Месяц назад
Thank you so much.
@pjpcomp
@pjpcomp 2 месяца назад
Get all the commands that were shown in the video from here: gives 404
@CodeWithArefin
@CodeWithArefin Месяц назад
You can provide me some screenshots.
@gamedark102
@gamedark102 2 месяца назад
Thank you for your useful and easy to understand tutorial ! Really helped me out a lot ! :)
@CodeWithArefin
@CodeWithArefin 2 месяца назад
Glad to hear that!
@abidhusainseliya8706
@abidhusainseliya8706 2 месяца назад
If I want to use ccaevenue in laravel 10 then what I do please me guide
@CodeWithArefin
@CodeWithArefin Месяц назад
I did not use it before. You can check their documentation. It should help.
@MalisStudio
@MalisStudio 2 месяца назад
Sir, i want to compress the image size when upload. But can't. Can you help me to the issue?
@CodeWithArefin
@CodeWithArefin Месяц назад
You can use image intervension package. I had a video on it in my channel.
@TbuHbuR
@TbuHbuR 2 месяца назад
why you write php 8.3, you showing only php 8.2, i need php8.3 on my MAMP, and can't find it
@CodeWithArefin
@CodeWithArefin Месяц назад
If mamp does not support php 8.3, you can use 8.2. In order to support php 8.3 or any other versions, I suggest to install php, mysql, phpmyadmin separately. If you use mac os, it is easy.
@Gaurav_khadka
@Gaurav_khadka 2 месяца назад
Explained very simply, Thank you ❤❤❤❤
@CodeWithArefin
@CodeWithArefin 2 месяца назад
You're welcome 😊
@meeee884
@meeee884 2 месяца назад
Sir why error unauthorized even my. Client id secret key was correct
@CodeWithArefin
@CodeWithArefin Месяц назад
In which stage you saw unauthorized? Please show screenshots.