Hello everyone! I have a PHP script that can take a few minutes to be done. It's some search engine...
Locally, I use the file driver to store my sessions and it works fine. On production however, the st...
I have put 4-5 hours, searching for solutions and tweaking the files myself, but cannot find a solut...
Starting to get back into the swing of laravel again but for some reason when I am trying to play wi...
Good afternoon , all i have some trouble with login i dont know why login only work in post page whe...
I working on localhost and using ajax post to update the account user data, Its update from database...
hi! I'm usign Sentry 2 .1 on laravel 4.2. When im logged in like a User for example "Admin1&quo...
Hello! Im using sentry2 , by default the sentry configuration works with email and password like cre...
I know you can update an array stored in a session like this Session::push('addresses.0', 'home'); S...
Quick setup: attempting to load a secondary Laravel site side-by-side with an existing CodeIgniter s...
Please help im just learing to code... $prop = DB::table('Inventory')->where('ID', Auth::user()-...
Array items put into session, Session::put('regitems', Input::all()); Get regitems from session, Ses...
I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...
Hello, I am trying to save some variables on session before i redirect to paypal.. $var = Input::all...
Hi, I have a simple app with a login page and some routes that requires authentication, using Eloque...
Hi, I'm having a problem and can't figure out whats happening. I believe it's about the sessions. Th...
A user is not having flashed sessions (Session::flash) nor "put" sessions (Session::put) p...
What's going on: When put/set session and returning view (View::make) the session don't create. When...
in 4.2 I could: $data['owners'] = DB::table('powners') etc and Session::put('logged', 'islogged');...
Hi, Currently , we have below scenario for login $input = Input::all(); Auth::attempt([ 'usernam...
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