YorCreative / Laravel-Scrubber

A Laravel package to scrub sensitive information that breaks operational security policies from being leaked on accident or not by developers.
MIT License
140 stars 12 forks source link

bug fix: path was failing on laravel 9 on Linux file system #27

Closed Whizboy-Arnold closed 1 year ago

Whizboy-Arnold commented 1 year ago

Hello @yordadev, @Magentron , @LorenzoSapora , There was a bug when moving to prod on linux. Due to the case sensitivity of linux file system, this was failing because laravel's 'app' folder is in lower case while your app was looking for one in uppercase.