Closed
Description
- Laravel Version: 5.8.4
- PHP Version: 7.2.14
- Database Driver: pgsql
Description:
If you print getenv after laravel 5.8 update it will return false.
Steps To Reproduce:
Upgrade laravel to 5.8.4
Edit /config/database.php
Add dd(getenv('DATABASE_URL')); in the database.php
This will print false
whereas laravle5.7 was showing exact DB url in format:
database://username:password@host:port/database_name