I use this package with laravel, after last updating via composer I have got problems with .env files, coz new version of cake FS require cake core, that provide own env() helper, which disable default laravel env() helper and broke configuration parsing. I switched to cakephp/filesystem 3.5.4 and it works for me, now. But it crazy.
I use this package with laravel, after last updating via composer I have got problems with .env files, coz new version of cake FS require cake core, that provide own env() helper, which disable default laravel env() helper and broke configuration parsing. I switched to cakephp/filesystem 3.5.4 and it works for me, now. But it crazy.