python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Laravel with Sail and Docker, really slow
I tried to run a fresh Laravel 9.2 project with Laravel Sail in Docker. (contains WSL2), and the index page is loaded in 2sec. For an existing project where I tried Sail to run on Docker, it takes ~7s...
Beusebiu
Votes: 0
Answers: 2
Sail - Initiate Xdebug session from command line
So the last version of Sails makes it very easy to use Xdebug. Basically just had to define SAIL_XDEBUG_MODE in the .env file, configure path mapping in PhpStorm, activate listening and all was set - ...
Jeremy Belolo
Votes: 0
Answers: 2
How to run a cloned Laravel project with sail on Windows?
I cloned an existing Laravel project from git which was dockerized with Sail. As vendor is in the .gitignore, I need to rebuild it before I can use Sail to run my app. Acording to the Laravel doc (htt...
Noeudpap
Votes: 0
Answers: 1
Laravel + sail + dusk => Error: Could not start a new session [...] Chrome failed to start
I just can't get Laravel dusk running. I've searched the internet and tried almost everything. I hope anyone knows the trick.
To rule out any self introduced problems I stated with a brand new Laravel...
Arjan Kempes
Votes: 0
Answers: 1