You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Laravel Sail, you usually want to use PHP binary from Docker container. In that case, you want to access files from a mounted volume as well. To do that, you want to override project path with /var/www/html. It should be possible to have such config variable.