spatie/laravel-demo-mode

Too many redirect error

Closed this issue · 1 comments

Laravel 5.6
When the demo mode is enabled, It's redirecting to /under-construction and then display this error
screenshot 10

I solved it by creating a /under-contruction route and view

exemple
Route:view('under-construction', 'under-constrution')