Just started a new Laravel app with the added knowledge of mass assignment. I'm not sure if the foll...
Hi, I'm having a problem and can't figure out whats happening. I believe it's about the sessions. Th...
I am following this article This is a link to filter and match the CSRF tokens of both session and r...
Hi, I am new to Laravel and am building the user registration/authentication part of my app. When a...
Hi, I want to display error message, when login is not successful, this is what i am using, but this...
I'm busy creating a section where a super admin can say what user can access specific areas. The pro...
In ver 4.2 this worked: Route::get('owners', array('before' => 'auth', 'uses' => 'PownersContr...
I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...
Route::group(array('before' => 'auth'), function(){ Route::get('owners', array('uses' => 'Po...
I work on ecommerce app and i have one problem when user login and when click 2x on view cart show t...
From the user manual: Route::get('profile', array('before' => 'auth', function() { // Only au...
How does Auth::logout(); work? Won't this logout all current logged in users? How do you just logo...
Hi, I am converting a site I made with Laravel to work with https connections. I have ran in some pr...
I have a general User model with general mass-assign white listing of fields as protected $fillable....
hello am building a system has ACL using Laravel 4 with Sentry, the scenario is there should be 2 gr...
I use CKEditor for adding content(instead of Textarea box). When I display the content, it shows Tag...
Anyone been able to find a solution for using example.app on Homestead for Google OAuth REDIRECT URI...
I can't find any information on whether forge or nginx is vulnerable. What's up?
Hi, Help me with this doubt, with zizaco entrust we can only block or give access to pages for a de...
Hi I'm trying to create an admin section. So far I can login and logout. The only problem I have is...
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