Ok, so we have the following two subdomains: https://www.website.com (where every url in the www sub...
I have 2 Laravel 4 apps built as APIs. Currently, they are protected with a custom auth driver that...
Hi all, This is the error when i upload the file :Intervention \ Image \ Exception \ NotWritableExce...
Just ran across a discussion regarding Json hijacking. OWASP recommends: Always return JSON with an...
I would like to make that when a user logs it could see other users, but this user can't modify pers...
Is this good to put in the constructor of the BaseController? $this->beforeFilter('csrf', ['on' =...
Hi, I have an application that I must limit 1 auth session per user. For example, if user a user is...
Hello!, I looking for how to handle the route prefix with that no parameters like below my route Rou...
hello all am new to laravel and now am trying to build a web app with it, the problem i have that i...
I'm creating a Laravel web app to sit along side a client's website. The website is older and wasn't...
Please help I want to prevent multiple users using same user ID simultaneously. Meaning, say a demo@...
I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...
Hey everyone, I am putting together an event app for an internal event for my company. We are lookin...
Please help. If a user is on say xyz.com/course/1/edit and closes the browser, only to return after...
Hey, i want to make a ban system, and i do not know how to redirect every route [except the one with...
Having trouble displaying my dashboard after signing in. Here is my UsersController, users/dashboard...
i updated to the latest Homestead package and then run the set up. All went well except when then ru...
Hello! I've looked through all the other threads regarding hashes and Auth:: and not one has been ab...
Hi Guy's, I am in the mids a of integrating stripe for laravel payment. I am aware of and have used...
I authenticate my user only through laravel, so angular does not know about it. But I need to do a $...
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