Hi. I got a very strange problem... I can't use database session for my website. In local everything...
I have a controller that redirects the user to another page and sends some data along in the form of...
Hello! I am making an app with laravel 4 and I should do login with google account. I have successfu...
I have problems understanding how sessions work in laravel and I'm getting issues trying to do what...
I'm trying to do a stateless HTTP login for my RESTful API using Auth::onceBasic() I've tried the so...
Just starting out with Laravel and I've come across a weird problem when I try to log a user out (co...
I'm unable to get any session data to persist across my app. I'm using a cart package and after addi...
I was curious if it's possible to extend the garbage collection of the session (using database drive...
Hello, I'm working on an app that interacts with a soap webservice, which i'd also like to use for a...
Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...
Hi there, I'm using Laravel 4.1.26 with the following app::before filter: App::before(function($requ...
Hi, this is my store function in UserController public function store() { $activation = str_random(...
Hi, Can we check if a user is logged in using JavaScript? I'm using Cartalyst Sentry. The ideal res...
I'm trying to integrate Hybridauth + Entrust ( https://github.com/Zizaco/entrust ) in my website. Be...
Would be honoured to have a bit of your time :) So I have validated and authenticated a user and upo...
Hi, I am very new to Laravel but I have gone over the documentation repeatedly and I cannot figure o...
I logged in using http://dongkoy.com/ but when I visit http://www.dongkoy.com/ I am not logged in an...
Hi everyone, I'm having a bit of trouble with this question : How to access a post route with Redire...
Hi, I`m also facing that "bug", when the session is recreated on every page load. I checke...
Hi, This is my controller: return View::make('realestates.single') ->with('title', trans('na...
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