Laravel + React.js Full Stack CRUD and Authentication Project

  Рет қаралды 46,620

Code With George

Code With George

Күн бұрын

Пікірлер: 34
@ঘুমকন্যা
@ঘুমকন্যা 8 ай бұрын
Please make a travel website tutorial using laravel 11 with MySQL and react js
@LemesaElias
@LemesaElias 3 ай бұрын
This is actually great . You can learn a lot in just a little over one hour.
@garabudastingo
@garabudastingo 5 ай бұрын
dude nice tutorial, helped me a lot. you earned a new subscriber 🤟
@mouazanan61
@mouazanan61 9 ай бұрын
Very helpful ❤❤
@Code_with_George
@Code_with_George 9 ай бұрын
Glad it was helpful!
@RodolphSchwenzner
@RodolphSchwenzner 4 ай бұрын
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.
@gamesdetector6214
@gamesdetector6214 4 ай бұрын
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
@crazy1programmer
@crazy1programmer 15 күн бұрын
@@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",.
@isaactetteh2620
@isaactetteh2620 4 ай бұрын
I just subscribed to your channel. Great tutorial and hope you will be creating real projects like ecommerce, blogging with this same frameworks
@abdallahquapeel5995
@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
@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.RAND5584
@mr.RAND5584 3 ай бұрын
How to npm build and deploy to webhosting?
@botech-studio
@botech-studio 7 ай бұрын
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-kk1lk
@VuNguyen-kk1lk 7 ай бұрын
Im having the same problem, when u have the answer please notify me @amirulafanndy9119
@roeldingle8481
@roeldingle8481 7 ай бұрын
Not sure if you already have the solution, try 'php artisan cache:clear' then 'php artisan route:list' ... hope this helps
@mrpotensial
@mrpotensial 6 ай бұрын
@@roeldingle8481 fyi in laravel 11 u can 'php artisan optimize:clear' to clear all cache
@OlajireStephen
@OlajireStephen 3 ай бұрын
run php artisan install:api
@trancosger
@trancosger 3 ай бұрын
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.
@rudieronpraxedes5170
@rudieronpraxedes5170 8 ай бұрын
you use AI to generate the voice?
@Code_with_George
@Code_with_George 8 ай бұрын
Yes i do
@muhammadkamran2978
@muhammadkamran2978 9 ай бұрын
Please make Laravel JWT api with react
@Code_with_George
@Code_with_George 9 ай бұрын
kzbin.info/www/bejne/pF7GmqClhq1sgbc
@mugerwaobadiah1621
@mugerwaobadiah1621 9 ай бұрын
Nice, am waiting for redux toolkit instead of context api❤ for authentication
@Code_with_George
@Code_with_George 9 ай бұрын
Maybe in the next project we will learn how to use redux
@kennyMcCormick-sf8hb
@kennyMcCormick-sf8hb 8 ай бұрын
Sir, can you add ionic-react authentication on that? For mobile
@youaskforit
@youaskforit 3 ай бұрын
I don’t think you should use “get” on the logout route. Other than that, nice tutorial.
@d3WebSolution
@d3WebSolution 8 ай бұрын
why you did not use Inertia + React ?
@عليالعصفوري-ط4ض
@عليالعصفوري-ط4ض 4 ай бұрын
Most of companies uses api to seprate back and front end to divide the job and be more suitable and reuseable
@azraelhuyoa
@azraelhuyoa 4 ай бұрын
@@عليالعصفوري-ط4ض is it fine that he created a project folder within laravel folder itself?
@hasanulgonisohayeb6323
@hasanulgonisohayeb6323 9 ай бұрын
❤❤❤❤
@arho2000
@arho2000 5 ай бұрын
Thank you for this tutorial. Can you make real projects? Please ☺️☺️
@AnkitKumarShah-k7c
@AnkitKumarShah-k7c 3 ай бұрын
make laravel and react ecommerce
@tix5040
@tix5040 6 ай бұрын
Copy pasta xddd src: kzbin.info/www/bejne/p3vUao2Dd5eKl9U
@cesarlopez5401
@cesarlopez5401 7 ай бұрын
Hi @Code_with_George I get a 403 forbidden response whenever Ii try to edit or save a new user, please help me!
NextJS and Laravel Can Be Friends
23:54
Laravel
Рет қаралды 30 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
React + Laravel Full-stack Application | Build and Deploy
3:13:19
The Codeholic
Рет қаралды 390 М.
laravel 11 : Install and Use  React js and React Router
15:16
Devs Train
Рет қаралды 4,6 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 870 М.
Laravel Microservices Full Course Using Laravel Sail and RabbitMQ
39:02
Laravel 11 + React SaaS with Stripe Integration
1:37:21
The Codeholic
Рет қаралды 32 М.
JWT Authentication with Laravel And React.js Complete Tutorial
46:42
Code With George
Рет қаралды 2,2 М.
Django + React.js Full Stack CRUD and Authentication Project
21:32
Code With George
Рет қаралды 1,1 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН