Browse Source

El env.example tenia mysql como driver de la base de datos, debe tener ptsql

main
jirho 1 year ago
parent
commit
7cbee6d752
  1. 2
      src/.env.example

2
src/.env.example

@ -8,7 +8,7 @@ LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=mysql DB_CONNECTION=pgsql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=laravel DB_DATABASE=laravel

Loading…
Cancel
Save