Guest User

Untitled

a guest
Dec 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $app->configureMode('development', function () use ($app) {
  2. $app->config(array(
  3. 'log.enable' => false,
  4. 'debug' => true
  5. ));
  6. });
Add Comment
Please, Sign In to add comment