Support the ongoing development of Laravel.io →

1,917 Threads

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

Any suggestion for protecting user registration route API?

Hi all, I'm now building an API for mobile devices, and for the authentication I'm using OAuth2, and...

0 Likes
0 Replies
posted 10 years ago

Strange issue getting user data

Hi guys, I have an issue trying to get a specific user data. Before, I had in my database the user u...

0 Likes
1 Replies

Routes or Controller Actions

I am new to Laravel and there is just one thing I don't get. I started building an application with...

0 Likes
7 Replies

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

Separate DB for users?

I have a laravel script installed on my server - I don't know much about this framework (or php for...

0 Likes
1 Replies

Laravel custom form validation

I'm attempting to create my own custom laravel form validation but I'm running into trouble. I'm che...

0 Likes
0 Replies

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

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

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

New ACL / RBAC package

hi, there is a new package which takes care of user permissions. each user can have 1 or more roles...

0 Likes
0 Replies

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

about Authentication in laravel

In laravel for login attempt I generally use something like this if (Auth::attempt(array('email' =&g...

0 Likes
1 Replies

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

Mysql to Postgres Conversion

Hi , We are using laravel 4.2. Till now we have used mysql database . Now we want to mive to Postgre...

0 Likes
2 Replies

Best Method for Multiple Types of Users

Hi Guys, I am currently trying to move a web application to laravel to make it more maintainable and...

0 Likes
2 Replies

Auth filter redirecting back to original POST request in Laravel

Hi i'm new to larvel. I'm need to post the data to post controller after auth. Checked the below pos...

0 Likes
0 Replies

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

Structure for application

Hi, i need help for this problem: In my application, there is a user. The user is a teacher. The rol...

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.

© 2025 Laravel.io - All rights reserved.