Support the ongoing development of Laravel.io →

1,910 Threads

posted 9 years ago

AngularJS API Frontend + Admin Backend

Hi, I´m using Angular for the Frontend and only send api requests to Laravel. For authentication I´m...

0 Likes
0 Replies

Access control and usergroups

Hello everyone, I'm still relatively new to Laravel, but for the last few weeks I've been trying to...

0 Likes
0 Replies

"Remember me" token in cookies

I have made a test with default authorization in Laravel project with "remeber me" checkbo...

0 Likes
1 Replies

Where to change Password Reset Link Subject?

In PasswordBroker.php -> emailResetLink an e-mail is sent to the user. The subject is "Your...

0 Likes
1 Replies
Solved

Auth::check() is not working

I am trying to authenticate users in my Laravel application. I am encountering the following problem...

0 Likes
4 Replies
Solved
posted 9 years ago

do not login after changing passwords

Hi, in which file can I change the behaviour that a user gets logged in after changing his password?...

0 Likes
0 Replies

I want to implement SSO based Authenticaiton in laravel5

Hello Guys, I have application build in core php and with eloquent ORM and i am going to move it to...

0 Likes
3 Replies

Google Calendar API

Hey guys! I am trying to setup a small side-project to manage Google Calendar in a more friendly way...

0 Likes
5 Replies

Routing and login

This is one element of my routes.php: Route::get("note/view/{id}", [ 'middleware' => &q...

0 Likes
1 Replies

Laravel Authorization Function

Hi, everyone. I am a beginner of Laravel and PHP. I do not know how the login and registration schem...

0 Likes
2 Replies
Solved

Laravel 5 session cookie not being set in the browser.

I'm using sentry 2 and laravel 5 for my authentication. I recently migrated from 4.2 to 5.1. I've us...

0 Likes
0 Replies

Laravel authorization function

Hi, everyone. I am a beginner of Laravel and PHP and developing a simple Laravel website with user r...

0 Likes
2 Replies

Reset passwords giving me many errors..

I tried setting up auth stuff myself (5.1 doesn't come pre-packaged with them), and I succeeded. I g...

0 Likes
1 Replies
Solved

how do I get error messages when I use laravel validation and auth?

I am new with laravel, recently I failed do authentication. so I want to know what exactly my fault...

0 Likes
2 Replies

Can't setup sboo\multiauth package for multiple tables and multiple login forms

I'm trying to use Laravel Multiauth Package but the documentation has no tutorial or guide to demons...

0 Likes
0 Replies

How to use ACL in laravel 5

Hello Everyone. I am new to laravel 5. I want to know how to implement ACL in laravel 5 using databa...

0 Likes
0 Replies

Fail to forward a page after register

I have a page need auth i.e. with middleware auth. After register, it will success forward to the pa...

0 Likes
1 Replies

Getting “Redirect loop error” in Laravel 5.1 with auth middleware

Here is my routes.php file: Route::get('/',['domain' => 'admin.myapp.com','middleware' => 'aut...

0 Likes
0 Replies

Authenticating users in Laravel via Windows Authentication

I have PHP running in a Windows domain on IIS 7.5. Windows authentication is turned on via IIS, so t...

0 Likes
3 Replies

about database table design in authentication

I use database for auth. Should the user table must have fields, "id", "password"...

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