Questions tagged [laravel-sail]

319 questions
0
votes
0 answers

Laravel sail not supported dependency error

As a project manager and programmer, I like the idea of Laravel Sail. A single line of code installs a development environment without installing any application to the main host with help of Docker. curl -s https://laravel.build/example-app |…
-1
votes
1 answer

Can multiple clients connect to a Laravel dev server simultaneously?

I have a Laravel app running locally using ./vendor/bin/sail up. I also have a trivial NodeJS server (running locally as well) that waits 60 seconds on each request and returns dummy data. The Laravel app makes a request to the Node app and becomes…
Bijou Trouvaille
  • 8,794
  • 4
  • 39
  • 42
-1
votes
1 answer

fresh laravel throught docker installation failing by searching for octan

I run command to get new laravel 9 setup under docker with only mysql and redis containers by doing curl -s "https://laravel.build/example-app??with=mysql,redis" | bash, after that I run cd example-app && ./vendor/bin/sail up, and for some reason my…
Bogdan Dubyk
  • 4,756
  • 7
  • 30
  • 67
-1
votes
1 answer

Laravel Sail will not build with ubuntu:20.04

as you can see below docker is fetching an image from the ubuntu domain but without the "/" and there is 500 errors, im unsure as to why. Can anyone give me a solution or explanation as to why this is happening?
Jamie Ross
  • 246
  • 1
  • 3
  • 13
1 2 3
21
22