Have a nice calm voice. Made listening to this easy
@atiquechowdhury89103 жыл бұрын
Dude, you never cease to amaze. Thanks so much for making stuff for us little guys.
@aschmelyun3 жыл бұрын
Thank you for watching and enjoying what I make!
@robdorn4203 жыл бұрын
Thank you again Andrew for a great video. Could you please make a video on a SPA solution with a Laravel backend and Vue frontend as separate Docker containers using Sanctum and docker-compose? That would be very helpful.
@JamesAutoDude2 жыл бұрын
Might as well just have him code the whole project for you at that point lol
@ultimatepipsfrx Жыл бұрын
@@JamesAutoDude Vawulence Promax
@thomaspotterdotexe3 жыл бұрын
13:09 What if I didn't set it to false? Since I want to make an api for my mobile app and just web app with SPA in one project. Is that possible?
@mohammedzaid66343 жыл бұрын
what a great video and excellent explanation!
@andrewang7073 жыл бұрын
Hi Andrew, if we change the middleware of all the API routes to `web` in the RouteServiceProvider file, would the future API calls from other devices (e.g. mobile) be affected? If we are going to change the middleware, why don't we just place all the route in the web.php routing file and prefix `/api/` to the route then?
@admbb02 жыл бұрын
1:27 Laravel Breeze does not implement Fortify. Breeze is more like Laravel UI.
@chesnelnicolas80793 жыл бұрын
Hello Andrew I can't find part 1 et 3 of your series. It would be nice to have the link in the description. Thank you for sharing your stuff it's amazing!
@AliRaza-wq6nh3 жыл бұрын
the problem is here fortify is not available with Lumen; my primary goal is to make the API, so should I go with Laravel + Fortify or Lumen ?
@aschmelyun3 жыл бұрын
Me, personally, I'd go with Laravel + Fortify. Lumen is great for very simple APIs that you expect massive amounts of requests to. If you need any other features, it's usually a lot of work to add them to it, without a lot of benefit over just using the full Laravel framework.
@raident2911 ай бұрын
i have laracast, is the whole series available there?
@andamhamdan26003 жыл бұрын
where the source code you get from login.blade and register.blade and auth.blade?
@sanjohn17533 жыл бұрын
thank you for your video tutorial am wondering how can we update user information by method put vuejs?
@Lakuapik3 жыл бұрын
thank you! do you have any suggestion on migrating laravel passport to sanctum? i use passport just for the auth:api with personal access token.
@germanshvetsov30763 жыл бұрын
Andrew, thanks for great guides. Сould you explain to me why we use for api web middleware? Is it because we are using session cookies? And when we use api middleware we use tokens?
@bxrank3 жыл бұрын
How to add prefix in default /login & /register api in laravel sanctum ? Ex. Default api are /login & /register I want /api/login & /api/register How to achieve this? Also in /user api i am getting many fields like id,name,email,created_date I just want name and email id How to do that?
@maverickchan95523 жыл бұрын
very clear thanks
@evelyn7903 жыл бұрын
A small question, hopefully someone is able to guide me. I managed to register using my email without the .com part, where can we add the necessary checks so that a user will see an error if they fail to enter a correct email address? Thanks!
@javierr58453 жыл бұрын
Why did you change the middleware from api to web?
@kristiyan.zhelyazkov Жыл бұрын
because only web middleware uses session cookies (in that case the session is stored there)
@perfect.stealth3 жыл бұрын
Why make a SPA that is based in the same application, instead of decoupling it? The way i see it, this method might as well just use classic PHP authentication with Laravel Auth Please enlighten me if i am wrong
@okhaeadeleye5313 Жыл бұрын
Hi thanks for the explanation but I tried your steps, but I kept getting CSRF token mismatch when I hit the login function for the SPIA. Not sure what I'm getting wrong
@okhaeadeleye5313 Жыл бұрын
It finally worked. Turns out, while trying things out and following all sorts of rabbit holes, I had added protected $middleware = [ \App\Http\Middleware\TrustHosts::class, \Illuminate\Session\Middleware\StartSession::class, .... ] in the Kernel.php. After removing them, it worked like a breeze. Jeez...took me over an hour.
@josuebarros-desenvolvedorw24903 жыл бұрын
Your channel is awesome! What do you think about creating a simple LMS tutorial?
@aschmelyun3 жыл бұрын
Good idea! That'll be a pretty big undertaking, even if I keep it simple, but I'll add it to my backlog of video ideas (so keep an eye out in the future!)
@josuebarros-desenvolvedorw24903 жыл бұрын
@@aschmelyun thanks for the reply bro! This project will be trendy I'm almost sure! Its pretty different than the other laravel tutorials right there ;)
@chrispanagapko3 жыл бұрын
What IDE/Editor are you using?
@aschmelyun3 жыл бұрын
Hey Chris! I'm using PHPStorm with the Material Theme UI plugin set to the Atom One Dark color scheme.
@nyplace13 жыл бұрын
I wish you would speak a bit less robotic, and less concise, you are talking to people who are trying to learn, elaborate on things, you have an amazing voice but you are not using it to its fullest. I still had to watch a foreign guy who barely speaks english after your video because he actually explained things in greater detail... i wish you would do the same.