Hey, so it's not working, and I'm wondering if it's possible. Here's the gist of it: http://laravel....
Is there a way do extend Auth guard class, so i could have some extra methods in it? for example: Au...
Hi, i have a cart array stored in a session. so when product is added, it should store the ID as a k...
Hello! Need to arrange authorization when cookies are disabled. Ie, Session ID need send in $ _GET....
I'm currently working on a web application that is a subdomain of another website. My app's parent d...
Hi there! I hope somebody can help me with this. I am trying to pass a data from the controller into...
Hi - I've got this in app/session.php: 'lifetime' => 5, I'm using Cartalyst Sentry for authentic...
Hi. I'm using Session driver to push values into an array and Laravel allows it like this: Session::...
Hi Guys I am trying to set it up so that my user model accesses a different table depending on which...
I am assigning the following array to transactionInfo. $transactionDetails=[ 'am...
On my production site, I am getting several errors like this every hour: SplFileInfo::getMTime(): st...
i have a question: if user change their computer time, the session cookie with expire. how can i mak...
Hello! Auth.php has two options: eloquent and database but my app is not using any SQL database. All...
I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...
Everything works fine for few hours and then user gets logged out automatically. I have been unable...
Hey everyone, i have some weird behavior on my laravel system with Chrome. When i click on menu item...
Hi there, I am trying to figure out the correct way to use routes within links. I know the below doe...
No user is currently logged in. Why after I create a user using a User::create() model (my applicati...
I use laravel framework (v4.2.4) with the auth provider. I have two accounts: Kees Piet When I log i...
Hi guys, I'm developing an App where a User has many accounts. Each account is a subdomain. The part...
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