Demo: Laravel API Login/Register with Vue.js Client

preview_player
Показать описание


- - - - -
Рекомендации по теме
Комментарии
Автор

Laravel + Vue are soooo cool! Thanks for sharing this awesome content!

josuebarros-desenvolvedorw
Автор

Thank you! I'm working right now with project Laravel sanctum API tokens + separate frontend. The main idea: not using sessions. This is what I really need now!👍👍👍

didDnipro
Автор

Vue Apollo and lighthouse (A framework for serving GraphQL from Laravel) is quite interesting by the way. Even for authentication. There are multiple examples how-to 😉😉

Skylence_
Автор

Hello Sir
How can we manage user role for that because we just get token we don't know who are admin or normal user please help to make video about this

radybmcs
Автор

@Laravel Business what do you think about of using sanctum or laravel passport, i want to make all in my actual project the api and the front that point to my api, but latter i think of make an app with flutter and just point to my api. any suggestion, ¿ sanctrum replaces passport?

regards

ChrystopherMedina
Автор

Thanks for the tutorial, but i face some errors. After cloned the project, i have net::ERR_NAME_NOT_RESOLVED help me...

ulrichmbouna
Автор

Unfortunately, storing the auth token in localstorage is not very secure. Would love to see a fork of it using http-only/same-site cookies !

luciferovonnachtosphere
Автор

Thanks so much. How do I get a fresh code to follow you as you ?

chidiebere
Автор

Hi, thanks for sharing this video and the source code in GITHUB.
Could you please explain me something i didnt understand.
How vueJs make to recognize the env.local file ? Is that a convention of vuejs ?
I tried to put some other variables but even after restart the front server vueX doesnt know my second variable... Thanks a lot for your reply.

codingstuff
Автор

Have you deployed a Laravel app to AWS using elastic beanstalk? Mine successfully loads the homepage, but all other routes only work with index.php in front. I knows it's to do with htaccess/vhosts but there is next to no advice online.

ootommo
Автор

when i downloaded the project from github and tried to execute the Run php artisan migrate --seed command it says that there is no database named laravel.... help please

imadmachkour
Автор

Question : laravel api authentification
If my front end is devided into two part bootstrap and react native . Can I use this method with the mobile app (react native) and the classic method ( without api ) for the bootstrap app (web), my question is can I use 2 auth system in the same project?

abdelbacet_b
Автор

Does anybody knows what is the plugin's name for autocomplete the forms in the page?

neisserdavidreygutierrez
Автор

How to make roles and permission with vue router and vuex spa crud system

faruksaldr
Автор

After I verified email email_verified_at field in Users table does not filling Are you have the same result or not Please tell me what the reason could be?

eugeney
Автор

I have a question, how do you upload to a shared webhosting like cpanel vue and laravel in separated folders? Thanks

sebastiancordoba
Автор

hello sir....,
i am creating multi auth system, and done all that thigs but when I'm using this in handle.php , then i'm getting error that.
redirected you too many times.

protected function unauthenticated($request, AuthenticationException $exception)
{
if ($request->expectsJson()) {
return response()->json(['error' => 'Unauthenticated.'], 401);
}
// dd($request->all();
$guard = $exception->guards();
$guard = $guard[0];
switch ($guard) {
case 'admin':
return
break;

default:
return
break;
}

}

motivational-quotes-rk
Автор

How can I push Laravel and Vue app to the same repository?

mohammedghu.
Автор

would be interesting a video on how to manage roles and permission with laravel as api (spatie pkg?) and vue as frontend.

MaurizioCalarese
Автор

pls I need a video tutorial explainng the frontend pls

kennyendowed