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
The experience with Sail on Windows has gotten worse lately.
With the latest Laravel updates an application installed with laravel.build (Sail) cannot be started without manually launching the migrations for the sessions table (the default connection for the db is the mysql container).
Another problem is with defer(), it needs fastcgi_finish_request but it is not available making it impossible to use, along with flexible etc.
Steps To Reproduce
curl -s https://laravel.build/example-app | bash
The text was updated successfully, but these errors were encountered:
Sail Version
1.37.1
Laravel Version
11.30.0
PHP Version
8.3.13
Operating System
Windows (WSL)
OS Version
11
Description
The experience with Sail on Windows has gotten worse lately.
With the latest Laravel updates an application installed with laravel.build (Sail) cannot be started without manually launching the migrations for the sessions table (the default connection for the db is the mysql container).
Another problem is with defer(), it needs fastcgi_finish_request but it is not available making it impossible to use, along with flexible etc.
Steps To Reproduce
curl -s https://laravel.build/example-app | bash
The text was updated successfully, but these errors were encountered: