I've been searching online for information on how to get my session data from my route to my view, b...
I'm currently creating an app that has Laravel as it's backend. Laravel just functions as an API and...
Hi folks, Is there a specific driver for opcache I can use to store session and cache info for PHP5?...
Hello, I have a following scenario. In admin panel I a have page with some form, which generates som...
I tried to implement my website build from Laravel 4.1.28 Cache: File Session: File Debug: FALSE DB...
Hi guys, I'm implementing roles into my application, I tried to find a popular package for it and fo...
Hi guys! Since I started today with only Laravel, I'm really come quite far! Have somehow fallen in...
Hi guys, Starting to go crazy on that.... Behaviour: Query works and returns the results I want BUT...
Hi. Been a while since I picked up Laravel. My last experience was over a year ago with v3 on a li...
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...
How to identify in laravel between session timeout and single login? if session timeout => [messa...
Hi. I am trying to build a user management part of a website but i am having difficulties to find wo...
What's going on: When put/set session and returning view (View::make) the session don't create. When...
If user is logged in back button is still sending him back to login form page. I want something like...
Greetings all, I have an instance of Laravel up and running with a load balancer in place. We've set...
in 4.2 I could: $data['owners'] = DB::table('powners') etc and Session::put('logged', 'islogged');...
Good day, (Possibly) Routing Question: Have you ever noticed how GMail and Google+ handle multiple a...
Hello, Im creating an app with laravel and im looking for the best solution to the following problem...
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