Hello, So My laravel login system automatically throws me a "419" once I Press Login.
I tried with dd() to check my Auth and I get True as a return so I assume I get to login, but then it expires. why is that?
ok solving my own question as I seem to do lately , finding answers after I psot my question.
so for everyone else having the same .csrf_token() <-- this was not executing correctly on my *.blade.php so I had to go to my master.blade.php and do this ->
@demeteor I'm glad you got it solved. In the future, it's best to post your code that isn't working so we can narrow down the problem instead of guessing at the hundred things it could be. :)
I keep it in mind ! thanks. new member in this community + laravel.
I will browse around the awesomeness of this site. wish I could have found it earlier this week.
Any good reads/books for total laravel beginners ?
Laracasts has a lot of free introductory videos. I'd start there. There are a lot more available if you have a subscription, which I'd highly recommend. Even if you only subscribed for a month and watch them all.