Closed SergioTGSerra closed 2 months ago
Had the same issue,
Manually updated the vendor/laravel/sail/runtimes/8.3/Dockerfile to add a "\" at the end of the line
...
php8.3-memcached php8.3-pcov php8.3-imagick php8.3-xdebug \
&& pecl install swoole-5.1.2 \
&& echo "extension=swoole.so" > /etc/php/8.3/cli/conf.d/20-swoole.ini \ <--- Added this "\" there
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
...
But I think they have to update it the repo?
fixed
Sail Version
1.31.2
Laravel Version
11.1.5
PHP Version
8.3
Operating System
Windows (WSL)
OS Version
11
Description
Laravel Sail, WSL - Ubuntu 22.04.3 LTS
ERROR:
Steps To Reproduce
I think it's not possible to create new laravel projects with sail. I've already tested this machine with Windows 11 and on a machine with Ubuntu Desktop 24.04.1 LTS and it doesn't work either.