I would like to make that when a user logs it could see other users, but this user can't modify pers...
Hi, I have an application that I must limit 1 auth session per user. For example, if user a user is...
Hi everyone, laravel newbie here. I'm trying to implement (using laravel) an user-permissions model...
Hello! First of all thanks for the interest in my topic. I think that this question is easy. I have...
hello all am new to laravel and now am trying to build a web app with it, the problem i have that i...
Most examples go something like this: return Redirect::to('register')->withErrors($validator); H...
I read everywhere that in model validation is best practice, but I don't know how to handle a failed...
Hello everyone, I'm new to laravel and I've been learning it for a couple of weeks now. The question...
Please help I want to prevent multiple users using same user ID simultaneously. Meaning, say a demo@...
Is there anybody who already implemented, preventing one user from logging into the service while he...
Hello :) I'm making an admin filter to use in the routes. filters.php Route::filter('auth.admin', fu...
Hi there, I'm trying to use multiple controllers at Route::get('/'), but I couldn't get a second one...
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...
I'm offline sometimes and wuould like to have an offline vertion... thanks!
I am not sure if it is the lack of sleep or knowledge, but here is what I am trying to do. In the Au...
Hello, I have an error when I'm singing out. The process works properly, but this error...(?) I have...
Hi, In my system I have a main database where is a "users" tabel and for each user I have...
Hello, I am new to laravel i don't know much about it but i want my script to redirect to a specifie...
I am trying to figure out the best way to ask this question. I am building an app and know how to ea...
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