Support the ongoing development of Laravel.io →

1,912 Threads

Unit Testing

Can anyone help me with this? public function showList() { $userid = Auth::user()->id;...

0 Likes
0 Replies

Can't get authenticated user in another controller

I am using ollieread's multi-auth package. That works and user logins properly but as my auth views...

0 Likes
0 Replies

api-guard on nginx works... on XAMPP I am getting 404 :| {I uses => windows 7}

###I followed the installation instructions and I am close but apache may be acting different with t...

0 Likes
0 Replies

Handling SSH2 errors

I have this code $ssh = new Net_SSH2($all['ip']); if ($ssh->login($all['user'], $all['password'])...

0 Likes
1 Replies

Laravel Unit Testing

#How to mock this one? return Redirect::back()->withErrors($validator); it always says: BadMethod...

0 Likes
0 Replies

How to addTenant to TenantScope with Confide

I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...

0 Likes
1 Replies
Solved

Ajax login and Laravel database sessions

I have been using the conventional way of signing in a user up without ajax and since I have switche...

0 Likes
1 Replies

Can't find the blade file?

Hi guys, I created a folder inside view /view/account/ And also created the file account.blade.php T...

0 Likes
1 Replies
Solved

is Laravel's default login system cookies based ?!

i always prefer to use sessions to login users , this mean when user logged in system , is login unt...

0 Likes
1 Replies
Solved

Laravel SSH facade and Homestead

I'm working on a deployment script which will use Laravel's remote.php class to pull from Git, run m...

0 Likes
0 Replies
posted 9 years ago

Auth Custom Driver Error ( Been Trying Forever To Fix This )

FYI : I'm very new to Laravel and doing my best to learn it properly. Working on an auth driver that...

0 Likes
3 Replies

Laravel + tappleby auth token package - Separate controllers?

I'm building a Laravel app which also includes an API. I'd like to extend the default Laravel auth s...

0 Likes
1 Replies

Laravel Session Gets Expired Randomly

Hi Guys, We have this problem on our website (we use laravel 4.1) that sometimes the session gets ex...

0 Likes
0 Replies

multiple user tables/authentication

Is it possible to use the laravel framework to create an authenticated front end, and an authenticat...

0 Likes
4 Replies

Using parsley-remote in laravel 4

Hello, I was trying to use the Parsley Remote of parsley.js. I just want to know how do i response t...

0 Likes
0 Replies

how can I achieve this ( log in user is another one then the shopping cart)

Hello, I did follow the tuts+ course about making a ecommerce site. Now I wonder if this can be done...

0 Likes
3 Replies

Entrust - Link Permission/Role to a Route

Hey guys! How are you doing? I am using Confide / Entrust in my app and I am having some issues. Act...

0 Likes
0 Replies

[Package] Syntara, admin package

What is Syntara ? Syntara is an admin system for Laravel 4, made for user management easier. Feature...

0 Likes
21 Replies

Laravel + p12 file for google API

I am developing an application that communicates with Google API but I need to provide a private key...

0 Likes
0 Replies
posted 9 years ago

Password only login?

Hey, this is my login controller public function postSignIn() { $validator = Validator::make(Input:...

0 Likes
3 Replies

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.