Support the ongoing development of Laravel.io →

144 Threads

How to print error message

Hi, I want to display error message, when login is not successful, this is what i am using, but this...

0 Likes
7 Replies
Solved

Laravel 5 auth in route

In ver 4.2 this worked: Route::get('owners', array('before' => 'auth', 'uses' => 'PownersContr...

0 Likes
1 Replies
Solved

Auth::logout();

How does Auth::logout(); work? Won't this logout all current logged in users? How do you just logo...

0 Likes
1 Replies
Solved

Upgraded from 4.0 -> 4.1 per docs. Laravel doesn't think user is authenticated.

I am trying to upgrade our site from 4.0 to 4.1 per the Laravel docs. The site worked fine prior to...

0 Likes
3 Replies
Solved

Pass variable from filter to controller

I was wondering if it is possible to pass variables from a route filter to the controller. I current...

0 Likes
4 Replies
Solved

Creating a 404 error

Hi I'm trying to create an admin section. So far I can login and logout. The only problem I have is...

0 Likes
3 Replies
Solved

Checking if value were pass to the view

How can i check if value is passed to the view? for example return View::make('view', array('result'...

0 Likes
2 Replies
Solved

App still remembers me, even if I do not want to...

I try to open my "users admin" app at http://myapp/admin/users -> this URL requires use...

0 Likes
2 Replies
Solved

Authentication session lost after redirect

hi, i have a problem with authentication. i am using multiauth. i tried to login a user then i check...

0 Likes
5 Replies
Solved

[OAuth] Login with RunKeeper via OAuth-4-laravel package

Hi everybody, I would like sign in users with runkeeper in my website. So i use the OAuth-4-laravel...

0 Likes
1 Replies
Solved

Invalidate Auth Session.

Hi, I have an application that I must limit 1 auth session per user. For example, if user a user is...

0 Likes
1 Replies
Solved

force special user instance for "anonymous" user

Hi everyone, laravel newbie here. I'm trying to implement (using laravel) an user-permissions model...

0 Likes
6 Replies
Solved

about set a cookie

hello to every one, I am trying to set a cookie with php because I dont know and dont understand how...

0 Likes
2 Replies
Solved

User LockIn on Logging in

Please help I want to prevent multiple users using same user ID simultaneously. Meaning, say a demo@...

0 Likes
3 Replies
Solved

Preventing users from logingin from more than one clients

Is there anybody who already implemented, preventing one user from logging into the service while he...

0 Likes
2 Replies
Solved
posted 9 years ago

insert into array $Key => value in a session.

Hi, i have a cart array stored in a session. so when product is added, it should store the ID as a k...

0 Likes
1 Replies
Solved
posted 9 years ago

Delete value from Session array

Hi. I'm using Session driver to push values into an array and Laravel allows it like this: Session::...

0 Likes
2 Replies
Solved

Input::has('name') is working in Laravel 4.0.9?

I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...

0 Likes
5 Replies
Solved

Laravel auth == true after User::create ?!

No user is currently logged in. Why after I create a user using a User::create() model (my applicati...

0 Likes
3 Replies
Solved

Filter on filters

Hi, I'm creating a timesheet webapplication where only registered users can have access. Offcourse a...

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.