Support the ongoing development of Laravel.io →

148 Threads

Session Auth expiring when opening another site on same domain?

Hi, I'm having a problem and can't figure out whats happening. I believe it's about the sessions. Th...

0 Likes
5 Replies
Solved
posted 9 years ago

CSRF Token - Request header always returns null

I am following this article This is a link to filter and match the CSRF tokens of both session and r...

0 Likes
1 Replies
Solved

Problems with Redirect::intended and Auth

Hi, I am new to Laravel and am building the user registration/authentication part of my app. When a...

0 Likes
5 Replies
Solved

How to print error message

Hi, I want to display error message, when login is not successful, this is what i am using, but this...

0 Likes
7 Replies
Solved

Creating a laravel ACL section

I'm busy creating a section where a super admin can say what user can access specific areas. The pro...

0 Likes
5 Replies
Solved

Laravel 5 auth in route

In ver 4.2 this worked: Route::get('owners', array('before' => 'auth', 'uses' => 'PownersContr...

0 Likes
1 Replies
Solved

Auth in larvel 5 working but not correctly

I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...

0 Likes
2 Replies
Solved

auth and csrf same time

Route::group(array('before' => 'auth'), function(){ Route::get('owners', array('uses' => 'Po...

0 Likes
2 Replies
Solved
posted 10 years ago

Shoping Cart error!

I work on ecommerce app and i have one problem when user login and when click 2x on view cart show t...

0 Likes
4 Replies
Solved

route group

From the user manual: Route::get('profile', array('before' => 'auth', function() { // Only au...

0 Likes
4 Replies
Solved

Auth::logout();

How does Auth::logout(); work? Won't this logout all current logged in users? How do you just logo...

0 Likes
1 Replies
Solved

Generate secure links

Hi, I am converting a site I made with Laravel to work with https connections. I have ran in some pr...

0 Likes
4 Replies
Solved

How to allow not $fillable field to be mass-assigned in certain situations?

I have a general User model with general mass-assign white listing of fields as protected $fillable....

0 Likes
5 Replies
Solved

Sentry groups and users

hello am building a system has ACL using Laravel 4 with Sentry, the scenario is there should be 2 gr...

0 Likes
2 Replies
Solved

Stripping tags when viewing

I use CKEditor for adding content(instead of Textarea box). When I display the content, it shows Tag...

0 Likes
6 Replies
Solved

Homestead with Google OAuth

Anyone been able to find a solution for using example.app on Homestead for Google OAuth REDIRECT URI...

0 Likes
1 Replies
Solved

Is Forge vulnerable to Shell shock?

I can't find any information on whether forge or nginx is vulnerable. What's up?

0 Likes
3 Replies
Solved

Block access content page

Hi, Help me with this doubt, with zizaco entrust we can only block or give access to pages for a de...

0 Likes
3 Replies
Solved

Creating a 404 error

Hi I'm trying to create an admin section. So far I can login and logout. The only problem I have is...

0 Likes
3 Replies
Solved

Generate link to non-secure subdomain from a secure domain

Ok, so we have the following two subdomains: https://www.website.com (where every url in the www sub...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.