Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. DB_CONNECTION=mysql
  2. DB_HOST=localhost // Esto lo agregué yo, porque no venía en el brindado
  3. DB_PORT=3306
  4. DB_DATABASE=basededatos
  5. DB_USERNAME=usuario
  6. DB_PASSWORD=contraseña
  7.  
  8. Route::get( '/phpinfo', function () {
  9. echo phpinfo()->pdo_mysql;
  10. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement