Laravel 5.2 PHP - Build a Shopping Cart - #6 User Sign In

preview_player
Показать описание
Tutorial on how to build a Shopping Cart using the Laravel PHP Framework (5.2).

See you in the videos!
Рекомендации по теме
Комментарии
Автор

I don't have enough word how I could thank you ever for your tutorial.Its cool and awesome. But desperately seeking for the rest of the course. I have an ongoing project in my university about the shopping cart.so you know, please please please keep the tutorial as soon as possible. And wish you live long.

ajmalhossainbappi
Автор

Hi, this is fatanstic. I love this tutorial, as it is opening my eyes to laravel framework.Please, I can't wait for the rest of the tutorial. Please, let's develop this to a full fledge system, which invariably helps us develop other applications using the framework.

davidmukoro
Автор

do you plan to show how the user will be connected to the purchase of an item? Basically, how does the user model and the product model interconnect? let me now when the next one is coming I'm definitely learning a lot. I also would like to know how does one manage a shopping cart? Is there any sources on what goes behind the scenes in term of managing a shopping cart?? maybe an article or two explaining what the process is like would be helpful. Maybe you have some insight on the process..please let me know.

shem
Автор

Thanks man and Congrats on publishing course on Pluralsight . A quick question If I want to add remember me check box to the form. how I will pass it to Auth::attempt() method.

IrfanCloud
Автор

Sir, please let me clarify which video is best for Angular JS, as i can see in your playlist there are a lot of Angular video... i want to start angular which one is best. please suggest me.

neutralengineer
Автор

YOU ARE AMAZING!!! TY FOR THE HELP AND HUGS FROM BRAZIL!!

PableTTableT
Автор

Hi! I like your tutorial 👍 Could you tell me when will be the video where you adding you products in Shopping Cart? This will very interesting for many) thanks for you tutorial again 😄👍

strotmann
Автор

Hi i am using the laravel 5.4 but i have the proble with return i follow your code but i unable to redirect it i only return to same page and get 2019

limphilip
Автор

It's not regarding, this tutorial question, it's quite outside of it. Do I have to learn angular JS, if I am good in laravel, is it will help to built me as a more professional developer.

kallaldeveloper
Автор

how long did it take for all this information to synthesize in your brain. This is my first framework.

shem
Автор

Please, I need an advice on this issue: Is there a way I can work on a laravel 5.2 application like this, copy from one system to another?Because, I have tried it before, but it won't run.Also, If I want to deploy laravel 5.2 app to a shared windows or linux server, is there anything that should be done or will I have to rewrite the application again, as it moving from one system to another is not working, I am foreseeing that, that might be an issue as well. Please help

davidmukoro
Автор

Thanks for this video. Learned lot. Thanks again.

isurumdev
Автор

Thank you<<so much>>.
I faced a problem when executing signin page. it tells me that Auth is not definded in the UserController.
so if any one face this problem: please just add the following line in the to of the UserController:

use

I'm very eager to finish this project with you, I learned lots. I hope you can add very advanced technique to it.

Ahmed.r.a
Автор

i need latest angular version... m totally new in angular so im not aware much.... im laravel Dev so i need to learn angular too

neutralengineer
Автор

thanks but i goto page profile, it is not checked user login?

chengchivasentertainment
Автор

BadMethodCallException in Validator.php line 3295:
Method [validatePassword] does not exist....
plz help

hamzarahman
Автор

I'm Not able to signin. Auth return false.I followed as u suggest. still return as false.

aklimaaktherruhina
Автор

my validation is not working it always return the back page i.e sign in page, the auth() is returning fasle here is m code

public function postSignin(Request $request)
{
$this->validate($request, [

'email' => 'email|required',
'password' => 'required|min:4'

]);

if(Auth::attempt(['email' => $request->input('email'), 'password' =>
{
return
}
return redirect()->back();

}

mobeenasif
Автор

keep staying on sin in page auth not working please help

adeelbajwa
visit shbcf.ru