Hello, I didn't checked on my website for a month but then a few days ago i checked and got: "W...
Help with Laravel login I created a simple CRUD with a login, the problem is when I update or store...
Hi, Im new to Laravel. Im trying to use the DB driver for sessions, but it still writes to disc. La...
Right now I have a command dispatch inside my controller which triggers my command, executes the han...
I often deal with this type of workflow often: Request data from rest API. Loop through JSON respon...
Dear all, I have read OWASP top ten list to secure a simple application. I have search through Googl...
Hello everyone! I have a PHP script that can take a few minutes to be done. It's some search engine...
If a user logs in via laravel, and then goes to a classic asp page I don't want them to have to log...
Locally, I use the file driver to store my sessions and it works fine. On production however, the st...
I try to make my own permission system. but got a problem with the code when if the user doesn't hav...
How to show this message in Javascript Popup? @if (Session::get('message')) Session::get('message')...
Hello, I have a problem when I use a class in Laravel. If I use this code: Session::put('name', 'val...
I have a trait with a boot method that adds an observer to the model which sets a field on creating....
Hello community, im facing a problem when i put session driver to "redis" i only get white...
Hello , I am using below code for redirect to login page on session expires. Route::post('/company/a...
[cross-post from /r/laravel] Newbie question. I'm checking out Laravel for the first time, and am im...
Hi, just a question on best practice, I have a Laravel application that I want to scale across 2 web...
Hello, In my site i want to implement a facebook/twitter login and also full sign up option. in my...
Hi, I have a codeigniter site, and I would like to add a new section to the site, and do it in larav...
New to Laravel in general, but have been gobbling up everything I can get my hands on.. Trying to do...
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