Support the ongoing development of Laravel.io →

144 Threads

Page updates while processing

Hello everyone! I have a PHP script that can take a few minutes to be done. It's some search engine...

0 Likes
9 Replies
Solved

Session persistence with database driver

Locally, I use the file driver to store my sessions and it works fine. On production however, the st...

0 Likes
12 Replies
Solved

TokenMismatchException

I have put 4-5 hours, searching for solutions and tweaking the files myself, but cannot find a solut...

0 Likes
3 Replies
Solved
posted 9 years ago

Can not get certain Session and Cache syntax to work in laravel 5 project. Per the documentation

Starting to get back into the swing of laravel again but for some reason when I am trying to play wi...

0 Likes
3 Replies
Solved

how to make login with Auth::attempt persistence on every page

Good afternoon , all i have some trouble with login i dont know why login only work in post page whe...

0 Likes
3 Replies
Solved
posted 9 years ago

Session Cannot update

I working on localhost and using ajax post to update the account user data, Its update from database...

0 Likes
1 Replies
Solved

Sentry 2 Get logged in user!

hi! I'm usign Sentry 2 .1 on laravel 4.2. When im logged in like a User for example "Admin1&quo...

0 Likes
1 Replies
Solved

Change credentials Sentry 2

Hello! Im using sentry2 , by default the sentry configuration works with email and password like cre...

0 Likes
1 Replies
Solved
posted 9 years ago

Auto incrementing session arrays

I know you can update an array stored in a session like this Session::push('addresses.0', 'home'); S...

0 Likes
2 Replies
Solved
posted 9 years ago

Cookies are empty?

Quick setup: attempting to load a secondary Laravel site side-by-side with an existing CodeIgniter s...

0 Likes
1 Replies
Solved

Help please!

Please help im just learing to code... $prop = DB::table('Inventory')->where('ID', Auth::user()-...

0 Likes
1 Replies
Solved

Array items put into session.

Array items put into session, Session::put('regitems', Input::all()); Get regitems from session, Ses...

0 Likes
2 Replies
Solved

How to addTenant to TenantScope with Confide

I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...

0 Likes
1 Replies
Solved
posted 9 years ago

Session::put before Omnipay::create not persisting

Hello, I am trying to save some variables on session before i redirect to paypal.. $var = Input::all...

0 Likes
4 Replies
Solved
posted 9 years ago

Session is not working on server (4.2)

Hi, I have a simple app with a login page and some routes that requires authentication, using Eloque...

0 Likes
2 Replies
Solved

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

Some sessions disappearing for certain users (Chrome, Mac, Laravel 4.2)

A user is not having flashed sessions (Session::flash) nor "put" sessions (Session::put) p...

0 Likes
4 Replies
Solved
posted 9 years ago

Session not saving

What's going on: When put/set session and returning view (View::make) the session don't create. When...

0 Likes
5 Replies
Solved

No facade aliases in Laravel 5?

in 4.2 I could: $data['owners'] = DB::table('powners') etc and Session::put('logged', 'islogged');...

0 Likes
45 Replies
Solved

Using Auth::attempt with other field as "or"

Hi, Currently , we have below scenario for login $input = Input::all(); Auth::attempt([ 'usernam...

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.