Support the ongoing development of Laravel.io →

1,910 Threads

Random log out on specific route

So here's a problem I've encountered now. I have some page to view stats for different kinds of cont...

0 Likes
0 Replies

Laravel 5.2 Auth not working/Session not persisting

In regards to this same issue: https://github.com/laravel/framework/issues/12076 Basically, I've bee...

0 Likes
2 Replies

Class 'App\Http\Controllers\Auth' not found

I'm trying to add a post to my posts table. public function createPost(Request $request) {...

0 Likes
2 Replies

Multiple Authentication Drivers? Laravel 5.2

I started with the default Laravel authentication setup. Then I expanded on this somewhat in the sen...

0 Likes
0 Replies

Where is the Auth controller?

How do I namespace in Auth so i can do this from the controller? echo Auth::user()->id; Class Au...

0 Likes
1 Replies
Solved

Binding Problem UserProvider is not instantiable.

Hi all I'm having some problem with using a Custom user provider only when accessing the password re...

0 Likes
8 Replies

Help with Ajax post

Hello, I'm trying to return a JSON array populated with Mysql Data to an ajax call which at the mome...

0 Likes
5 Replies

How to see user properties?

When a user is logged in, I bet Laravel has a clever way of showing whats in the database row for th...

0 Likes
3 Replies
posted 8 years ago

basic auth

I have this route group: Route::group(['middleware' => ['web']], function () { //category Route::...

0 Likes
0 Replies

Authentication Success but Redirect kills the session

Hi, I believe I have googled this but havent got clear answer. I have this AuthController that contr...

mineland405 liked this thread

1 Likes
16 Replies
posted 8 years ago

Error Auth::check() not working in Laravel 5 ??

Hello, I problem Auth in laravel 5 I'm using Auth::attempt($data) = worked! but, using Auth::check()...

0 Likes
0 Replies

Auth::user returns model? But does not return accessors (getFooAttribute)?

If someone logs in to my website. And I run the following $user = Auth::user(); return dd($user); I...

0 Likes
0 Replies

How can i create route with 2 middleware inside thanks !

Route::get('admin/dashboard', function () { return 'Welcome to admin page'; })->middleware('...

0 Likes
1 Replies
posted 8 years ago

Logging in and returning to previous page

Trying to change the page that the user is redirected to after login or registration and having some...

0 Likes
4 Replies
posted 8 years ago

Status check on authentication

I have status field for users and want to check whether user has active status before authenticate h...

0 Likes
3 Replies
Solved

Remove trailing "#_=_" when successfully logged in

I have Laravel 5.2 on windows, using apache XAMPP for db mysql connection. I use php artisan serve t...

0 Likes
0 Replies

Remote server JSON requests

Hello! I am very new to Laravel so dont blame me so much please :) I have to buld app that will get...

0 Likes
0 Replies

Admin account

This is what the doc says: Guard Customization You may also customize the "guard" that is...

0 Likes
1 Replies

Laravel Auth with Twig and TwigBridge

I have installed Twig and I'm using TwigBridge. It's working because I can write twig syntax etc in...

0 Likes
0 Replies

SSH not connecting in laravel 5.2

Hi, I've a form, on submit of the form I'm connecting to remote server to create a file in the home...

0 Likes
0 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.