Support the ongoing development of Laravel.io →

1,902 Threads

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

route group

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

0 Likes
4 Replies
Solved

Can't logout with Auth::logout()

I've set up a basic authentication routine in Laravel 4.2 and I've found that once I've logged in to...

0 Likes
3 Replies

Laravel 4 Authentication: Remember me is not working

both login and logout is working except remember me is not working. When it log out and it was the c...

0 Likes
0 Replies

[Application] Sentinel Kickstart - bootstrap starter application

Sentinel Kickstart A Starter Application Powered By Sentinel on Laravel Package Story Package histor...

0 Likes
1 Replies

Android app auth via Facebook using laravel

Hi all, I have mad an Android application with a Laravel backend API. So far I have made the login s...

0 Likes
0 Replies

Session not working

Hi i have a problem. the global session is not working. @if(Session::has('global') && !Ses...

0 Likes
1 Replies

Unwanted Redirect Response Output

Can anyone please help me with this problem that I am having. Background: I am building a small proj...

0 Likes
0 Replies

vagrant homestead login

Hi It's my first project I did everything in Homestead and when I enter vagrant up, it will stop at...

0 Likes
8 Replies

Input box array value validation

Hi am having around 20 text boxes like, <td><input type="text" name="s[enge...

0 Likes
0 Replies

Using Auth and Session class outside Laravel

Hi all, I'm using Moxiemanager as a filemanager for my CMS, and inside it's config file, which is in...

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.