v2.3.4
What's Changed
bug fix: Fix issue with path failure in Laravel 9 on Linux file system.
This addresses a bug that occurred when deploying to production on a Linux file system. The issue stemmed from the case sensitivity of the file system, which caused the deployment to fail. Specifically, Laravel's 'app' folder is in lowercase, while the app in question was looking for it in uppercase. This fix resolves the case sensitivity issue and ensures that the path works correctly on Linux systems. by @Whizboy-Arnold in #27
New Contributors
- @Whizboy-Arnold made their first contribution in #27
Full Changelog: v2.3.3...v2.3.4