#What is the best solution for ip based maintenance?

4 messages · Page 1 of 1 (latest)

sick totem
#

Hello,

What is the best solution for ip based maintenance?

sharp briar
#

Hello,

What do you mean with ip based maintenance?

sick totem
#

If you enable the maintenance mode with artisan you can set a secret token. But i need a ip whitelist instead token

orchid mirage
#

For what I know, the feature to allow certain IP's has been removed since Laravel 8.
I don't really know a package that can do this for you. But when you use the secret token, a cookie will be set that you can access your application.

It archives basically the same by using the token. At least of what I know.