Please make a travel website tutorial using laravel 11 with MySQL and react js
@LemesaElias3 ай бұрын
This is actually great . You can learn a lot in just a little over one hour.
@garabudastingo5 ай бұрын
dude nice tutorial, helped me a lot. you earned a new subscriber 🤟
@mouazanan619 ай бұрын
Very helpful ❤❤
@Code_with_George9 ай бұрын
Glad it was helpful!
@RodolphSchwenzner4 ай бұрын
Nice tutorial however, there seems to be a major piece missing from this tutorial. After creating the Laravel project one must run the artisan command "php artisan install:api", otherwise nothing will work. I spent quite some time wondering how and from where did the file api.php under routes appeared when normal installation does not include such a file. Finally I found it in the documentation under Laravel Sanctum.
@gamesdetector62144 ай бұрын
this command only required if you r using laravel 11 , if you using for example laravel 9 it will be installed by default with installation
@crazy1programmer15 күн бұрын
@@gamesdetector6214 ofcoz in laravel 11.the api.php file in route folder is not included however it can be included after running the command "php artisan install:api",.
@isaactetteh26204 ай бұрын
I just subscribed to your channel. Great tutorial and hope you will be creating real projects like ecommerce, blogging with this same frameworks
@abdallahquapeel5995Ай бұрын
thanks a lot for this fantastic tut and I have one question: why did you use 'useEffect' hook to set user data in the 'defaultLayout'? didn`t u update it after register and also after login ? thanks advanced
@stevenacosta128Ай бұрын
this is great! thanks a lot sir. i suggest, how work frontend react js and backend laravel with different files and how it link to each other, please make a video it helps more devs here and this is a best practice. thanks a lot.
@mr.RAND55843 ай бұрын
How to npm build and deploy to webhosting?
@botech-studio7 ай бұрын
Hello George nice work, but I got problem with the api setup on laravel side. So, I'm using laravel 11, after submitting the register form, I can see from the console saying that the api not found, and I run 'php artisan route:list' it returns the route without the login, register and logout route. Anyone know how to fix this ? Thanks in advance
@VuNguyen-kk1lk7 ай бұрын
Im having the same problem, when u have the answer please notify me @amirulafanndy9119
@roeldingle84817 ай бұрын
Not sure if you already have the solution, try 'php artisan cache:clear' then 'php artisan route:list' ... hope this helps
@mrpotensial6 ай бұрын
@@roeldingle8481 fyi in laravel 11 u can 'php artisan optimize:clear' to clear all cache
@OlajireStephen3 ай бұрын
run php artisan install:api
@trancosger3 ай бұрын
The text in the tutorial is very small. You need to use a different terminal and place its window in the middle of the screen.
@rudieronpraxedes51708 ай бұрын
you use AI to generate the voice?
@Code_with_George8 ай бұрын
Yes i do
@muhammadkamran29789 ай бұрын
Please make Laravel JWT api with react
@Code_with_George9 ай бұрын
kzbin.info/www/bejne/pF7GmqClhq1sgbc
@mugerwaobadiah16219 ай бұрын
Nice, am waiting for redux toolkit instead of context api❤ for authentication
@Code_with_George9 ай бұрын
Maybe in the next project we will learn how to use redux
@kennyMcCormick-sf8hb8 ай бұрын
Sir, can you add ionic-react authentication on that? For mobile
@youaskforit3 ай бұрын
I don’t think you should use “get” on the logout route. Other than that, nice tutorial.
@d3WebSolution8 ай бұрын
why you did not use Inertia + React ?
@عليالعصفوري-ط4ض4 ай бұрын
Most of companies uses api to seprate back and front end to divide the job and be more suitable and reuseable
@azraelhuyoa4 ай бұрын
@@عليالعصفوري-ط4ض is it fine that he created a project folder within laravel folder itself?
@hasanulgonisohayeb63239 ай бұрын
❤❤❤❤
@arho20005 ай бұрын
Thank you for this tutorial. Can you make real projects? Please ☺️☺️
@AnkitKumarShah-k7c3 ай бұрын
make laravel and react ecommerce
@tix50406 ай бұрын
Copy pasta xddd src: kzbin.info/www/bejne/p3vUao2Dd5eKl9U
@cesarlopez54017 ай бұрын
Hi @Code_with_George I get a 403 forbidden response whenever Ii try to edit or save a new user, please help me!