Support the ongoing development of Laravel.io →

1,912 Threads

Routing stopped working after upgrade from 5.1 to 5.2

HI my routes look like Admin Routes Route::group(['middleware' => ['web']], function() { Route::g...

0 Likes
2 Replies

Create own login validation without database

Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...

0 Likes
1 Replies

Policy for the create method

Hi, I'm implementing roles and permission for a project, and using policies, but I have a problem wh...

0 Likes
0 Replies

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

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.