Support the ongoing development of Laravel.io →

1,917 Threads

Stripe Payment Token Mismatch issue

Hello, I have integrate simple stripe payment for my site but after completing the payment whent it'...

0 Likes
1 Replies

PostgreSQL: using .pg_service.conf and .pgpass

Folks, I'd like to manage my PostgreSQL servers separately from Laravel, and to that end, I'd like t...

0 Likes
0 Replies

Prevent strange "remember_token" on creation of every Model?

Hi there, it seems that my Laravel Setup (4.2.16) tries to fill a remember_token column on creation...

0 Likes
0 Replies

Help please!

Please help im just learing to code... $prop = DB::table('Inventory')->where('ID', Auth::user()-...

0 Likes
1 Replies
Solved

My Custom Laravel 4.2 CMS with Event Management System is now on github :)

we learn a lot by looking at other's work. I have learned this way. so I have decided to make my cur...

0 Likes
1 Replies

Class '\User' not found! Help!

Hi! I have problem with User model. My folder structure #app/ ##Snippet ###Providers ####Repositorie...

0 Likes
4 Replies

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
posted 10 years ago

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 10 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
posted 10 years ago

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

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.

© 2025 Laravel.io - All rights reserved.