You are an excellent teacher!! Thanks so much for doing these videos! I know it is too much to ask, but I would kindly request a video about creating a shop system in Laravel (something similar to Amazon, where you select the items you want, it is stored in a cart and then you proceed to payment) PS: if I land a job in the programming industry, I will send you some local food and wine as a gift. Promised!
Nice tutorials from the CRUD one to this one. However, if I already have my Login.vue and Signup.vue forms do I have to create new ones or how can I connect?
It might be broken when following the products, it show some error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.products' doesn't exist SELECT * FROM `products` I copied app/Http/Controllers/ and app/Models /Product.php but the error like that and have to migrate because the A table was not found RUN MIGRATIONS You might have forgotten to run your database migrations. You can try to run your migrations using `php artisan migrate`. Any suggestion? Thanks.
what should i do if he print Installing and building Node dependencies. 'npm' n’est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes.
Hi mister I am a second year programming student living in Ivory Coast 🇨🇮🇨🇮 and I really like programming so I follow you but my only problem is that I don't understand English Is there any way you can help me? Thank you for answering me 🙏🙏🙏 
I think you should learn English a long side with programming. As a programmer, English is really important. Also, it will open a new and big world for you
Please make a video on MERN Full-Stack CRUD operation. I was this earlier Please can you please do it, I'm eagerly waiting for this video from you🙏🙏🙏🙏🙏🙏
bro i have a code for login and registration in html but i want to create it's backend in laravel but how to connect my html file to laravel code how to do it
Your other tutorials were really nice, this tutorial wasn't. Downloading breeze removed a lot of my old code, it cost my 30+ minutes to recover all of this..
i didn't get login and register page what is the issue please explain me. I following all process you show in video. Please fix this as I view many of customers have same complaint on it. I do every thing from your first video. th-cam.com/video/_LA9QsgJ0bw/w-d-xo.html, then jump to this view of 12:35. when I view no login and register page available . I follow all steps in video
I found the solution after exploring many video. once you configure (composer require laravel/breeze --dev,php artisan breeze:install,npm install,npm run dev or npm run dev -- --host) then run following command php artisan cache:clear; php artisan optimize This command required as route login must be active to view "login and resister " in well come page
@@RayyanElectronics This didn't work for me. I don't see the links and I don't see the routes in there either. Aren't they supposed to be added automatically to the web.php file? Sorry for the noobness.
Thank you! One of the vids that made me understand Laravel clearly.
Great to hear!
i am currently learning about php and laravel and your videos have been really helpful. thank you!!!
Happy to help!
You are an excellent teacher!! Thanks so much for doing these videos! I know it is too much to ask, but I would kindly request a video about creating a shop system in Laravel (something similar to Amazon, where you select the items you want, it is stored in a cart and then you proceed to payment)
PS: if I land a job in the programming industry, I will send you some local food and wine as a gift. Promised!
You're the best man Always follow you instructions And I have never find any issue Keep it up bro Straightforward, simple efficient and awesome
Thank you! Cheers
This helps me to build auth for my project
Thank you for clear clarification and step by step now am get better in laravel great Job your are doing
You're welcome
Greetings from Spain! Nice video!
Glad you enjoyed!
i always watch ur video and i like how you explain and do the magic
im new to laravel this helps thanks!
No problems=
Amazing! You are genius in teaching.
Thank you
Thank you , i'm waiting your new videos about laravel applications
What kind of video are you waiting for ?
you always save my dayyyyy . thankss
your videos are superb
thankyou very much, you helped me a lot
Thank you for a comment
Thank you I want to start practicing it
Take your time
Thank you so damn much bro!!! such a time saver & Life saver you are :)
You're welcome
👍🏻Please do more videos in Laravel its help for me
Sure
Cool video! We are waiting for more releases about Laravel
More to come!
lovely.. you helped me 🥰🥰🥰
you're welcome
Great tutorial
Thank you! Cheers!
Brother, what a great video, any idea on how to use Laravel sanctum in this case?
Will upload soon
very Superb,,Thank you
Welcome 😊
Upload videos on mutators and accesors
Interesting topic
Nice tutorials from the CRUD one to this one. However, if I already have my Login.vue and Signup.vue forms do I have to create new ones or how can I connect?
thank you
You're welcome
Do i always have to do "npm run dev" when i want run the website?
Yes, while developing the website
Can you please help me? the register page and the login page look weird and dont have the style
laravel front end design tutorial pls
good topic
thanks
You're welcome!
It might be broken when following the products, it show some error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.products' doesn't exist SELECT * FROM `products` I copied app/Http/Controllers/ and app/Models /Product.php but the error like that and have to migrate because the A table was not found RUN MIGRATIONS You might have forgotten to run your database migrations.
You can try to run your migrations using `php artisan migrate`. Any suggestion? Thanks.
what should i do if he print Installing and building Node dependencies.
'npm' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
Make sure you install Node.js and Composer
while registering how can we verify the email? please tell
Hi bro, are you able to come out a tutorial of integrating firebase authentication with laravel? It has been hell finding tutorial for thaat
Good Idea, I will try to do it
Hi mister I am a second year programming student living in Ivory Coast 🇨🇮🇨🇮 and I really like programming so I follow you but my only problem is that I don't understand English Is there any way you can help me? Thank you for answering me 🙏🙏🙏

I think you should learn English a long side with programming. As a programmer, English is really important. Also, it will open a new and big world for you
Please make a video on MERN Full-Stack CRUD operation. I was this earlier
Please can you please do it, I'm eagerly waiting for this video from you🙏🙏🙏🙏🙏🙏
I'll note it and take a look. Thank you for a comment
In the earlier, I was requested to you. Thankyou for replying me.
@@bhanuprakash1863 I got it
Hi, is this video by mistake consisting of crud as well? because towarsds the end, you suddenly started talikng about crud ?
Here is the video about CRUD in Laravel, th-cam.com/video/_LA9QsgJ0bw/w-d-xo.html
how about 2 users uploaded images to database and the user1 only display to hes dashboard he uploaded?tnx
I followed all the instructions, but the login and register links are not showing for me. Why?
You might miss something
do run following command once you follow all steps php artisan cache:clear; php artisan optimize
bro can u include search button in the table?
I'll do. Thank you for an idea
bro i have a code for login and registration in html but i want to create it's backend in laravel but how to connect my html file to laravel code how to do it
please answer me
put that html in blade files
damn my existing code is now broken, it overwrite the routes and other.
i cloned ur code it says 500 server internal error
SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it
bro can you give me some extensions for visual studio in laravel
I ran all commands, and then it destroyed all my routes on my web.php file
I'm so sorry. The command actually remove all routes. You have to put the routes over there again. I hope you backup your code with Git.
this is my error any help?
does this still working? cause for me its not
I believe it still working
i didn't get login and register page what is the issue please explain me
runn commad to get these pages
php artisan cache:clear; php artisan optimize
how to do admins approval and declines in laravel
I will upload it soon
how to do a multi authentication with multiple users
It is about laravel role and permission
App
\
Http
\
Controllers
\
Auth
\
RegisteredUserController
: 36
sto
any help?
Make an e-commerce site please
Thank you for sharing the idea. I'll note it.
working fine on local but login,register blade files making issue on live server , view is disturbed css , js is not loading due to vite
Your other tutorials were really nice, this tutorial wasn't. Downloading breeze removed a lot of my old code, it cost my 30+ minutes to recover all of this..
Sorry to hear that!! I think only the routes was removed. You might need to learn how to use Git!! Sorry agian
chào b
Thank you
i didn't get login and register page what is the issue please explain me. I following all process you show in video. Please fix this as I view many of customers have same complaint on it. I do every thing from your first video. th-cam.com/video/_LA9QsgJ0bw/w-d-xo.html, then jump to this view of 12:35. when I view no login and register page available . I follow all steps in video
I found the solution after exploring many video. once you configure (composer require laravel/breeze --dev,php artisan breeze:install,npm install,npm run dev or npm run dev -- --host) then run following command php artisan cache:clear; php artisan optimize
This command required as route login must be active to view "login and resister " in well come page
Thank you for sharing
@@RayyanElectronics This didn't work for me. I don't see the links and I don't see the routes in there either. Aren't they supposed to be added automatically to the web.php file? Sorry for the noobness.