Skip to content

v2.3.4

Compare
Choose a tag to compare
@yordadev yordadev released this 31 Mar 20:33
· 10 commits to main since this release
24a9c9f

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

Full Changelog: v2.3.3...v2.3.4