Guest User

Untitled

a guest
Apr 4th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $router->get('/', function () use ($router) {
  2. $results = app('db')->select("SELECT * FROM resenha");
  3. return $router->app->version();
  4. });
  5.  
  6. APP_ENV=local
  7. APP_DEBUG=true
  8. APP_KEY=lumenmakesconnectingwithdatabas
  9. APP_TIMEZONE=UTC
  10.  
  11. LOG_CHANNEL=stack
  12. LOG_SLACK_WEBHOOK_URL=
  13.  
  14. DB_CONNECTION=mysql
  15. DB_HOST=localhost
  16. DB_PORT=3306
  17. DB_DATABASE=uptofive
  18. DB_USERNAME=root
  19. DB_PASSWORD=
  20.  
  21. CACHE_DRIVER=file
  22. QUEUE_DRIVER=sync
Add Comment
Please, Sign In to add comment