Hi. I am using Laravel for a bit of time and at one point in order to solve "created_at column does not have default value" error, I modified the config/database.php file by setting 'strict'=true. That solved my problem, but after setting it true I am not able to connect to another database using "mysqli_connect" for which I was able to connect before this change. I set that 'strict' mode back to false but it still fails to connect the external database using "mysqli_connect" function. I tried to clear the cashes and look into .env file but nothing helps. Any help would be appreciated.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community