Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
46 views

I have Laravel Sail installed in WSL, and I'm trying to debug the application using Xdebug. This only works if I enter the WSL IP address directly into the browser (http://172.17.170.44:8000). If I ...
Nitram Nekonečný's user avatar
2 votes
0 answers
87 views

I'm using the Laravel 12 + React + Inertia starter kit. When I run the application using Sail, my PATCH requests never complete. The PATCH endpoint is being hit properly, executes the logic/DB updates,...
rxndxllx's user avatar
0 votes
0 answers
35 views

I have laravel 12/postgresql app installed under "laravel/sail" 1.41 under kubuntu on my home laptop and I want to install pgadmin4 to work with my db I have installed pgadmin4 with commands ...
mstdmstd's user avatar
  • 3,309
2 votes
0 answers
79 views

I built a web app using Laravel 12 with Sail, and I'm trying to deploy it on Railway. I found some guides, but none seem to work. I uploaded my project, but I'm getting a 502 Bad Gateway error. ...
Omar Caballero's user avatar
1 vote
2 answers
2k views

I need on my home laptop to run laravel 8 app which using laravel/sail: ^1.0.1 and running it I got errors: master@master-at-home:/mnt/_work_sdb8/wwwroot/lar/_MyApps/app$ ./vendor/bin/sail up Docker ...
mstdmstd's user avatar
  • 3,309
0 votes
1 answer
84 views

I am used to having just one Laravel Sail project on my machine which has been fine and I am used to using DDEV for Craft CMS project environments where each container feels more self-contained. I am ...
Benjamin Kohl's user avatar
1 vote
1 answer
260 views

I'm trying to set up a Laravel + inertiajs + react application locally with sail/docker on wsl but when running the dev server I get 404 (not found) errors for every application asset. I think I ...
agnul's user avatar
  • 13.2k
0 votes
1 answer
67 views

I am struggling with something so simple... I have a new laravel app with sail. Visiting laravel.test works. Trying to modify this domain to something like acme.dev is giving me a headache. I have ...
Hector Ordonez's user avatar
1 vote
0 answers
579 views

I've recently made a laravel app with sail, everything is good in the development environment. Now I have been asked to deploy this app, I did some researches and most of them said you can't use ...
Yuu's user avatar
  • 59
-1 votes
1 answer
256 views

I cannot find where I went wrong in my code to get my Reverb/WebSocket working. I have tried setting a new port for this, but it's still not working. I looked at another person's code where it works, ...
julemandennb's user avatar
0 votes
1 answer
641 views

Environment: PHP: 8.4 Laravel: 11.35.1 Sail: 1.39.1 PHPUnit: 10.5.39 macOS: 15.1.1 (24B91) We are upgrading from PHP 8.2 to PHP 8.4. The only change made so far has been upgrading PHP within Laravel ...
alexmcfarlane's user avatar
-4 votes
1 answer
734 views

I'm encountering an issue while trying to connect my Laravel application to a SQL Server database. I'm running this setup on WSL 2 with Ubuntu 24.04, PHP 8.3.11, and Laravel Sail. Here’s a detailed ...
Matheus Inacio's user avatar
1 vote
1 answer
314 views

I am trying to run laravel sail in a project I have inherited, I run vendor/bin/sail up --build And for some reason it cannot start the DB instance? I get the error [InnoDB] Cannot boot server ...
Udders's user avatar
  • 7,048
0 votes
2 answers
620 views

I am a Ubuntu user and I recently started warming up to Docker. I have done the Docker installation on Ubuntu 24.04, I have managed to add Laravel Sail and I have managed to run the application ...
D. Martin Njuguna's user avatar
0 votes
1 answer
210 views

I started a new Laravel application using Sail to have local development running in Docker, so it already started with a selenium/standalone-chrome container also. Installed Dusk following docs, but ...
fudo's user avatar
  • 3,034
0 votes
1 answer
230 views

Trying to create GitHub Actions to deploy a Laravel 11 app running Laravel Sail. Almost all tasks run good, but at this point, an error occurs and I can't find the solution. Have created the docker ...
Marcello Pato's user avatar
1 vote
1 answer
360 views

I'm working with Laravel 11 and need to programmatically execute the "ping" command and get the result. I'm using Laravel Sail. But when I attempt to use the Process facade I get an error: &...
Ryan H's user avatar
  • 3,063
0 votes
1 answer
588 views

I've been trying to make some modifications to the default 'docker-compose.yml' and Dockerfiles autogenerated by Laravel Sail after it's installed into my Laravel project. I've been attempting this ...
Leandro Caplan's user avatar
0 votes
1 answer
100 views

I am trying to setup Laravel Sail environment on the server, and after doing the same setup that works locally on my machine along with the .env file DB_CONNECTION=mysql DB_HOST=mysql DB_PORT=3306 ...
dz0nika's user avatar
  • 1,071
0 votes
1 answer
773 views

My question comes from simple curiosity, as I'd like to have control over the dependency versions of my project. Recently I started to work on a laravel/livewire project installed with Sail. I noticed ...
domjanzsoo's user avatar
0 votes
2 answers
2k views

I am trying to debug Laravel Sail which is run via Docker on WSL2. I want to do this without Docker Desktop as this now requires a licence to use in a corporate setting. I have been following this ...
funkimunky's user avatar
1 vote
1 answer
515 views

Environment: Laravel with Filament on Docker (Laravel Sail) The request is made using https:// but there are 2 files (table.js and select.js) which seem to be being requested by http:// which is ...
Joseph's user avatar
  • 2,722
0 votes
0 answers
149 views

Create simple Laravel application and up Laravel Sail. Here is how database service looks in Docker Desktop: Then try (unfortunately) to access this database host from PhpStorm Database Tools: At ...
vbulash's user avatar
  • 395
-1 votes
1 answer
1k views

Ok so here is the goal, use Laravel Sail with PHP 8.3, but I need to connect to an external MS SQL server, thus I need MS SQL drivers. Here are the instructions on how to install the drivers: https://...
PlutoTom's user avatar
0 votes
0 answers
251 views

I would like to convert a PDF into a PNG. I would use Imagick for this. My Laravel instance runs via the Laravel Sail docker container. Unfortunately, I get an error message when using Imagick: ...
MartinTTS's user avatar
  • 459

1
2 3 4 5
8