Support the ongoing development of Laravel.io →

ITwrx

Joined 24 Jan 2015

Statistics

Threads 2
Replies 6
Solutions 0
Articles 0
posted 3 years ago

facade + service provider link breaks in console commands

i have a facade (ITwrxCrypt) that references my service provider (ITwrxCryptServiceProvider) which e...

0 Likes
0 Replies

route helper uses "http://localhost" in email views

i have {{ route('view/issue', $issue->id) }} in an email view. This generates "http://localh...

0 Likes
1 Replies
replied 4 years ago

route helper uses "http://localhost" in email views

i updated to Laravel Framework 6.18.6. no change.

0 Likes
replied 4 years ago

Can't reach Laravel website from a different device

my guess is that the built in laravel server only listens on localhost and your apache config is bor...

0 Likes
replied 4 years ago

Can't reach Laravel website from a different device

i guess you've checked if you have the port (80 or 8000) blocked with a firewall on the ubuntu machi...

0 Likes
replied 4 years ago

Limit Login Attempts (Disabled Submit Button) if Login Attem

you can set and check for cookies to determine failed attempts then hide the submit button with an i...

0 Likes
replied 5 years ago

Session is automatically destroyed with the change of view

update: mine seems to be working now. it appears that dd($key) was interupting laravel in a bad spot...

0 Likes

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.