Support the ongoing development of Laravel.io →

844 Threads

POST route redirected to GET route?

Hey, so it's not working, and I'm wondering if it's possible. Here's the gist of it: http://laravel....

0 Likes
2 Replies

Extending Auth Guard class

Is there a way do extend Auth guard class, so i could have some extra methods in it? for example: Au...

0 Likes
3 Replies
posted 9 years ago

insert into array $Key => value in a session.

Hi, i have a cart array stored in a session. so when product is added, it should store the ID as a k...

0 Likes
1 Replies
Solved
posted 9 years ago

Session id when cookies are disabled

Hello! Need to arrange authorization when cookies are disabled. Ie, Session ID need send in $ _GET....

0 Likes
0 Replies

Utilize Auth and Sessions without passwords

I'm currently working on a web application that is a subdomain of another website. My app's parent d...

0 Likes
0 Replies

Cannot pass all the value of my string/array into view.

Hi there! I hope somebody can help me with this. I am trying to pass a data from the controller into...

0 Likes
3 Replies

When will a session *really* expire? Using Cartalyst Sentry.

Hi - I've got this in app/session.php: 'lifetime' => 5, I'm using Cartalyst Sentry for authentic...

0 Likes
4 Replies
posted 9 years ago

Delete value from Session array

Hi. I'm using Session driver to push values into an array and Laravel allows it like this: Session::...

0 Likes
2 Replies
Solved

syntax error in user model - dynamic table names

Hi Guys I am trying to set it up so that my user model accesses a different table depending on which...

0 Likes
0 Replies

Persistence Problem: Session:get is null after PayPal returns user to my site.

I am assigning the following array to transactionInfo. $transactionDetails=[ 'am...

0 Likes
4 Replies
posted 9 years ago

Consistent error on production

On my production site, I am getting several errors like this every hour: SplFileInfo::getMTime(): st...

0 Likes
1 Replies
posted 9 years ago

how to change session expire time (client)

i have a question: if user change their computer time, the session cookie with expire. how can i mak...

0 Likes
0 Replies

Protect route using .htpasswd file

Hello! Auth.php has two options: eloquent and database but my app is not using any SQL database. All...

0 Likes
4 Replies

Input::has('name') is working in Laravel 4.0.9?

I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...

0 Likes
5 Replies
Solved

Laravel session logs user out (timeouts) after sometime automatically

Everything works fine for few hours and then user gets logged out automatically. I have been unable...

0 Likes
1 Replies

Chrome request

Hey everyone, i have some weird behavior on my laravel system with Chrome. When i click on menu item...

0 Likes
0 Replies
posted 9 years ago

URL Names Routes With Parameters

Hi there, I am trying to figure out the correct way to use routes within links. I know the below doe...

0 Likes
0 Replies

Laravel auth == true after User::create ?!

No user is currently logged in. Why after I create a user using a User::create() model (my applicati...

0 Likes
3 Replies
Solved

Laravel takes the authentication data from another computer on the network

I use laravel framework (v4.2.4) with the auth provider. I have two accounts: Kees Piet When I log i...

0 Likes
0 Replies
posted 9 years ago

Sessions persisting when switch to a specific URL

Hi guys, I'm developing an App where a User has many accounts. Each account is a subdomain. The part...

0 Likes
0 Replies

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.