Support the ongoing development of Laravel.io →

148 Threads

Automated API testing w/ auth

I have 2 Laravel 4 apps built as APIs. Currently, they are protected with a custom auth driver that...

0 Likes
1 Replies
Solved

Can't write image data to path

Hi all, This is the error when i upload the file :Intervention \ Image \ Exception \ NotWritableExce...

0 Likes
2 Replies
Solved

Json Hijacking

Just ran across a discussion regarding Json hijacking. OWASP recommends: Always return JSON with an...

0 Likes
4 Replies
Solved

How can i distinguish my user between other users?

I would like to make that when a user logs it could see other users, but this user can't modify pers...

0 Likes
1 Replies
Solved

Is this good to put in the constructor of the BaseController?

Is this good to put in the constructor of the BaseController? $this->beforeFilter('csrf', ['on' =...

0 Likes
4 Replies
Solved

Invalidate Auth Session.

Hi, I have an application that I must limit 1 auth session per user. For example, if user a user is...

0 Likes
1 Replies
Solved

How to handle route prefix with no parameters ?

Hello!, I looking for how to handle the route prefix with that no parameters like below my route Rou...

0 Likes
5 Replies
Solved

force login except

hello all am new to laravel and now am trying to build a web app with it, the problem i have that i...

0 Likes
2 Replies
Solved

Using Crypt::encrypt outside of Laravel

I'm creating a Laravel web app to sit along side a client's website. The website is older and wasn't...

0 Likes
2 Replies
Solved

User LockIn on Logging in

Please help I want to prevent multiple users using same user ID simultaneously. Meaning, say a demo@...

0 Likes
3 Replies
Solved

Route no defined

I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...

0 Likes
3 Replies
Solved

Ask users to reset password at first login

Hey everyone, I am putting together an event app for an internal event for my company. We are lookin...

0 Likes
8 Replies
Solved

Redirect back to same page

Please help. If a user is on say xyz.com/course/1/edit and closes the browser, only to return after...

0 Likes
2 Replies
Solved

Ban redirect?

Hey, i want to make a ban system, and i do not know how to redirect every route [except the one with...

0 Likes
1 Replies
Solved

True Newb Authentication/Route problems

Having trouble displaying my dashboard after signing in. Here is my UsersController, users/dashboard...

0 Likes
1 Replies
Solved

Database connections not picking up .env.local.php settings within my connections array

i updated to the latest Homestead package and then run the set up. All went well except when then ru...

0 Likes
2 Replies
Solved

Auth::attempt fails. Hash is differs each time.

Hello! I've looked through all the other threads regarding hashes and Auth:: and not one has been ab...

0 Likes
6 Replies
Solved
posted 9 years ago

Stripe integration and PCI complience

Hi Guy's, I am in the mids a of integrating stripe for laravel payment. I am aware of and have used...

0 Likes
2 Replies
Solved

HTTP post with angular on a “before auth” laravel route

I authenticate my user only through laravel, so angular does not know about it. But I need to do a $...

0 Likes
1 Replies
Solved

Where to report security issues

I think i found a security issue, but couldn't find a page where such issues could be reported. Is t...

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