RoaveDeveloperTools
RoaveDeveloperTools copied to clipboard
Allow debugging bar to be shown in production by passing a token
The token should have a fixed time length generated by a method that shares a secret with the live server.
Eg:
On development server - RoaveToolbar::generateToken($secret);
Then on live pass: debug=<generatedToken>
This will enable the debug toolbar - the generated token will have fixed life.
I love This idea!!