italia / fatturapa-testsdi

Sistema d'Interscambio di test
GNU Affero General Public License v3.0
61 stars 24 forks source link

Using .env file to configure laravel database settings instead of editing the git tracked rpc/config/database.php file #58

Open Bibendus83 opened 5 years ago

Bibendus83 commented 5 years ago

As the title says I used dotenv to configure the database on laravel, readme has been updated too.

Editing a tracked file for personal dev settings is always a bad idea. On laravel it's easy to do thanks to dotenv, the same thing should be done on core and soap packages.