Today I started a new laravel Project but I can not set anything in the env and config files. It is a simple project to send emails but it ignores the env and config reading the php.ini instead.
First I was using artisan serve, cleaning cache and stuff. After hours trying I start to use apache24. But even I having setting the values on both files it remains ignoiring that and using values from php.ini.
What makes me think it might not be a laravel issue, but PHP.
Has anyone else gone through this?