I want to check which users is online or offline. Pl help.
I'm wondering if anyone is using Confide (dev-huge-updates) that just came out a few days ago. It's...
Hello I have a following scenario: If user is not logged in and he tries to open /admin route he wi...
I have a need to search the database of my site based on a URL. Since i am not near my local server...
I'm following the posts on the following thread: http://forumsarchive.laravel.io/viewtopic.php?id=15...
I have this code public function login(){ $user = User::find(1); if ($user){ echo "I c...
I am trying to make it so if a user clicks on a protected link, they get forwarded to a login / regi...
Hey everyone, I'm having trouble with auth::attempt() and I'm not quite sure what to google. In chr...
Hi, I'm new in Laravel and I'm thinking about Laravel for my project. Laravel is great, but for data...
Hi, I seem to login fine, i.e. Auth:attemp returns true, and within the controller itself Auth::chec...
I'm planning on using NodeJS frontend and a Laravel backend for a project. Authentication I am plann...
I create the password with this code $user = User::find(1); $user->password = Hash::make(...
Are there any modules out there that work with LDAPS? Looking for a secure way to use our Active Di...
raiden909 liked this thread
i will exec SSH2 commands in Laravel 4 and catch the output to print it on the screen. But not on th...
Im building an API. In the below code when the authorisation fails it returns a plain string respons...
I'm trying to integrate Hybridauth + Entrust ( https://github.com/Zizaco/entrust ) in my website. Be...
I have a User model with a little hom-made "roles/permission" system. Directly in my User...
session_start(): Failed to initialize storage module: user (path: /home/sitename/html/app/storage/se...
I picked up development of an orphaned project using SimpleSAMLphp for SSO, and I'm trying to finish...
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