How to handle working folder when Laravel in WSL2 docker environment point to variable folder instead of original project folder? – Phpmyadmin
When I was working on my website using wsl2's environment (using ./vendor/bin/sail up), some helper such as public_path() and storage_path() are not pointed to the original project folder, below are the output when dump them with dump(). Route::get('/', function ()…