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
Why is Laravel Sail stopping a process on Ubuntu?
The commands in wsl2 work on windows:
./vendor/bin/sail up -d
./vendor/bin/sail composer require barryvdh / laravel-debugbar --dev
but on ubuntu, docker with laravel sail
./vendor/bin/sail up -d - succeeds and starts Laravel in the background, but when trying to install the package, writes:
mysite_mysql_1 docker-entrypoint.sh mysqld Exit 1
Shutting down old Sail processes ... Sail is not running.
You may Sail using the following commands: './vendor/bin/sail up' or './vendor/bin/sail up -d'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Why is Laravel Sail stopping a process on Ubuntu?
The commands in wsl2 work on windows:
./vendor/bin/sail up -d
./vendor/bin/sail composer require barryvdh / laravel-debugbar --dev
but on ubuntu, docker with laravel sail
./vendor/bin/sail up -d - succeeds and starts Laravel in the background, but when trying to install the package, writes:
mysite_mysql_1 docker-entrypoint.sh mysqld Exit 1
Shutting down old Sail processes ... Sail is not running.
You may Sail using the following commands: './vendor/bin/sail up' or './vendor/bin/sail up -d'
Beta Was this translation helpful? Give feedback.
All reactions