Support the ongoing development of Laravel.io →

1,912 Threads

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

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

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

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

what is before and after filter in laravel in route and controller

what is before and after filter in laravel, I have read the documentation but I didn't understand it...

0 Likes
1 Replies

auth and csrf same time

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

0 Likes
2 Replies
Solved

Laravel sentry authentication not working on live server on s a shared server

Laravel sentry authentication not working on live server on s a shared server Pleas helpme

0 Likes
6 Replies

File permission based on Laravel users

Hi, I have to do a simple task: Create access permission to files using Laravel user. Example: I wan...

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.