Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: set404Override and debug toolbar
Post: RE: set404Override and debug toolbar

We ended up using Code: -- header("Location: "/profile/{$username}", true 302); exit; -- upon username match. Would be nice if we could use Code: -- return redirect()->to("/profile/{$username}") --...
3,359 Views
4 Replies
12-02-2021, 09:10 AM
mavelo
    Thread: set404Override and debug toolbar
Post: RE: set404Override and debug toolbar

The site uses set404Override to route unmatched URI's to a controller/method thereby facilitating domain.com/username lookups.If the username is not found, we display the 404 view otherwise we show t...
3,359 Views
4 Replies
11-23-2021, 12:48 PM
mavelo
    Thread: set404Override and debug toolbar
Post: RE: set404Override and debug toolbar

Worth noting that HTML debug comments like appear in source, but the toolbar script and style are not injected at
3,359 Views
4 Replies
11-22-2021, 12:06 PM
mavelo
    Thread: set404Override and debug toolbar
Post: set404Override and debug toolbar

Anyone else able to get the debug toolbar to show on 404 overrides? $routes->set404Override('App\Foo::bar'); Debug toolbar shows on every page in 'development' environment EXCEPT the App\Foo::ba...
3,359 Views
4 Replies
11-16-2021, 12:10 PM
mavelo

Theme © iAndrew 2016 - Forum software by © MyBB