Wednesday, March 15, 2017

Redirecting all pages in laravel

Ok So I have a simple page with not many functions as I have been working on the front end but I am now ready to start implementing features and the first feature I want to put in is where a certified admin could press a button on the page and it makes every page redirect to a page that says the site is in maintenance mode Now I already have the Authentication sorted out for the admin and auth is used. What could I do?



via Ryan B

Advertisement