Support the ongoing development of Laravel.io →

1,912 Threads

Oauth----facebook and twitter!

Hi! I need advice with oauth(facebook and twitter). Should i create Facade Socilaze with facebook an...

0 Likes
1 Replies

Google App Engine, Laravel 4 , some time show "file_put_contents(/meta/services.json): failed to open stream: Read-only file system"

I've succeeded in getting Laravel 4 to run on Google App Engine . However, even though I've deployed...

0 Likes
1 Replies

Unauthorized users can bruteforce to find out what routes exist

I am too busy to look further into this so I will just drop it here and see what everyone says. I wi...

0 Likes
5 Replies

Custom Login

How has anyone else handled changing the default authentication within Laravel 5? And I don't mean c...

0 Likes
3 Replies
Solved

Change auth config when use subdomain

What is the best way to set admin auth model when I use admin subdomain? I try this but doesn't work...

0 Likes
1 Replies

How to access Auth::user()->id in __construct function of a Controller?

Hi all, I'm trying to access Auth::user() values like this: public function __construct() { $this-&...

0 Likes
8 Replies

Laravel 4 TokenMismatchException error when login or signup

I have a problem with login and signup in L4 page, the project works fine in my local machine. but i...

0 Likes
1 Replies

Authenticate oauth server using socialite ?

We are using an internal oauth server running on localhost. How can we do authenticate it using Soci...

0 Likes
0 Replies

Composer Update problem

I had no problems until now, but when I run composer update I get this: [RuntimeException]...

0 Likes
1 Replies
Solved

Sentry Updated, please update.

Please upgrade your Cartalyst Sentry installs. https://medium.com/cartalyst-development/sentry-vulne...

0 Likes
0 Replies

Access requested controller and action in Middleware programatically.

Dear all; I am newbie in Laravel 5. I want to use an ACL system in L5. I prepared my all models and...

0 Likes
1 Replies

Auth::attempt issues

i had an a problem in login page he never attempt my data i make a hash in my db password but a prob...

0 Likes
0 Replies

Laravel 5 - Exception during login after user registration

I'm using the built-in L5 authentication mechanisms but am getting the following exception after a u...

0 Likes
1 Replies

How to run route.php once in Laravel 4.2.*

Hi there, I'm all new to Laravel and reading a book that states the below: "Add the following c...

0 Likes
2 Replies
Solved

auth extend docs

Hi all, the docs for Auth::extend() to create your own driver say to "Return implementation of...

0 Likes
0 Replies

Redirect::intended() with Route::post()

I am trying to secure my POST routes with an auth filter routes.php: Route::filter('loggedIn', funct...

0 Likes
5 Replies

Redirect to previous url after login

Hi I have added a admin middleware to a controller _construct method. <?php namespace App\Http\Mi...

0 Likes
3 Replies

Input::get() not getting all form values...

Hi, I'm trying to make a user login but the email value isn't coming in the Input::get() here's my c...

0 Likes
6 Replies
Solved

No Response Cookies on Laravel Login Attempt

I posted this on StackOverflow but haven't got a decent response. I have this small piece of code: $...

0 Likes
0 Replies

how to make login with Auth::attempt persistence on every page

Good afternoon , all i have some trouble with login i dont know why login only work in post page whe...

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