larsjanssen6 / underconstruction

This Laravel 8 package makes it possible for you to set your website in "Under Construction" mode. Only users with the correct 4 (or more) digit code can access your site. :fire: :boom: :fire:
MIT License
564 stars 70 forks source link

Redirect to a welcome page instead of UnderConstruction page #138

Open impacta-dev opened 11 months ago

impacta-dev commented 11 months ago

I've tried to do the following, but I have not succeeded.

When a route is protected, instead of redirecting to the password entry screen, I would like the user to see a view with the web logo (for example). And, if he wants to enter the web, accessing an address like www.website.com/access he would see the Under Construction screen to enter the code.

Any ideas?