I have got this login form: <form class="form-horizontal" role="form" method=...
So I've been finagling with this for a couple hours. I've read all the posts on the GitHub issue twi...
I was developing a form which is public but user must be logged in to submit the form. Here is my ro...
Hey All. In my LV 5.2 I had a middleware route that went in to the doLogin controller. And After Ith...
I'm spinning in big circles here. I have a Log set up to log users logging in using the EventServic...
Hey, I understand local storage is a client side construct and therefore isn't directly available vi...
I fetch serious problem in token mismatch frequently. I followed many instruction from "LaraCas...
Argument 1 passed to Illuminate\Auth\SessionGuard::login() must implement interface Illuminate\Contr...
This has been a persistent issue, and now it is time to fix it. I have a section of a projcet where...
following is my code class Cart { public $totalQuantity; public function __construct($oldC...
I created a simple login with middleware to check the session username and password. for details can...
Hi everyone please i want to know how to set a session and use it in my website using laravel in nor...
I want to run my own provider before laravel core provider how can i do it?
Hi, I'm new to Laravel so the question might sound stupid. I'm currently trying to handle the displa...
I know this question has been asked many times before but I've Googled it to the point of madness, s...
Hello guys. I'm implementing a websocket chat using cboden\ratchet and vanilla javascript. I want to...
Hi all - building a little project with laravel and want to show some stats to users. These stats wi...
Hi guys, how are you? I'm using Laravel 5.3 version. I have one "View" in the folder auth/...
Hi, So I am trying to reset the password in Laravel 5.3 but I have run into an error. I receive the...
Can I use Schema and Session class in a Middleware? I tried to use Schema::hasTable and Session::put...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community