Support the ongoing development of Laravel.io →

343 Threads

Basic auth + API + jQuery + CORS

I seem to always post questions where no one can answer so here to hoping I get some help... Ive bee...

0 Likes
2 Replies
Solved

Laravel 5 author trait

I noticed in the L5 download today the authcontroller has to use traits. Is there someone that can g...

0 Likes
13 Replies
Solved

Can I access Auth in middleware?

I have two types of users (both had to log in), regular user and an admin. but only admin can manage...

0 Likes
3 Replies
Solved
posted 9 years ago

How to get a "permissions" list?

Hi, I try to make an ACL with this Package: https://github.com/Toddish/Verify-L4 To add Permissions...

0 Likes
5 Replies
Solved
posted 9 years ago

Auth not working after deployment to shared host

Hi! I've just recently deployed my first laravel based app to my shared host, and everything seems t...

0 Likes
4 Replies
Solved

Session Auth expiring when opening another site on same domain?

Hi, I'm having a problem and can't figure out whats happening. I believe it's about the sessions. Th...

0 Likes
5 Replies
Solved

POST Error: Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException

Hi all, I am new to laravel and I don't know how to solve this error: Symfony \ Component \ HttpKern...

0 Likes
2 Replies
Solved

Problems with Redirect::intended and Auth

Hi, I am new to Laravel and am building the user registration/authentication part of my app. When a...

0 Likes
5 Replies
Solved

Using Auth::attempt with other field as "or"

Hi, Currently , we have below scenario for login $input = Input::all(); Auth::attempt([ 'usernam...

0 Likes
2 Replies
Solved

Laravel 5 Login form doesn't repopulate on error

In Laravel 5 there seems to be a bug that is preventing the form from being re-populated when the cr...

0 Likes
1 Replies
Solved

Laravel 5 Undefined variable: user in AuthController.php

Trying to implement user registration in Laravel 5 but I get this error after submitting the registr...

0 Likes
9 Replies
Solved

need some explanation about Auth

So I'm new to Laravel and want to know how "Auth" works exactly. I'm working on a easy log...

0 Likes
2 Replies
Solved

Route Group with Prefix

Hi Everyone, New to here as well as Laravel, but trying my best to get through this awesome framewor...

0 Likes
7 Replies
Solved

Creating a laravel ACL section

I'm busy creating a section where a super admin can say what user can access specific areas. The pro...

0 Likes
5 Replies
Solved

Laravel 5 auth in route

In ver 4.2 this worked: Route::get('owners', array('before' => 'auth', 'uses' => 'PownersContr...

0 Likes
1 Replies
Solved

Auth in larvel 5 working but not correctly

I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...

0 Likes
2 Replies
Solved

Auth error : Call to undefined method Illuminate\Database\Query\Builder::password()

Hello, A BadMethodCallException is thrown when I use Auth::attempt : Call to undefined method Illumi...

0 Likes
1 Replies
Solved

auth and csrf same time

Route::group(array('before' => 'auth'), function(){ Route::get('owners', array('uses' => 'Po...

0 Likes
2 Replies
Solved

route group

From the user manual: Route::get('profile', array('before' => 'auth', function() { // Only au...

0 Likes
4 Replies
Solved

How to register and login in one

Hi there, Pretty new to Laravel, have successfully managed to register users through a form and a st...

0 Likes
2 Replies
Solved

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.