laravel-sail Questions
2
Solved
I installed docker and downloaded an ubuntu distro to run with laravel sail,planing to use swoole php,and made it default,also made wsl version to 2
with docker-compose.yml ready from laravel sail...
Mroz asked 28/2, 2021 at 18:50
1
I've spent 13 hours to compose Laravel Sail and I hadn't able to install it on Windows 10 operating system.
But later fortunately my collegaue found the solution when he also bumbed into this error...
Undertake asked 7/11, 2021 at 21:42
2
I'm trying to use Laravel Dusk integrated with Laravel Sail as described in: https://laravel.com/docs/8.x/sail#laravel-dusk
I'm facing some problems when it comes to make this work:
If a use, a .e...
Marron asked 1/2, 2021 at 13:12
4
Solved
I just created a new Laravel 8 project, following the instructions in their docs. Using Laravel Sail I have the site running locally on my machine just fine using sail up. I have set up an entry in...
Hamlen asked 15/12, 2020 at 8:27
1
sail shell and sail artisan command has stop working.
But sail up and sail down are still working.
Version details
php: 8.0.5
laravel: 8.41.0
sail: 1.5.1
docker: 3.3.3
os: macOS 11.3.1
My docker-co...
Oeillade asked 18/5, 2021 at 4:25
0
I created a new Laravel 8 project, which comes with Laravel Sail, a pre-configured Docker environment. It works well, until I need to use a PHP extension.
The Laravel Sail documentation does not ap...
Podolsk asked 29/6, 2021 at 20:4
1
Solved
I'm trying to get a Laravel Sail Docker to be compatible with sqlsrv (MSSQL). I've come a long way with the config and got it to install sqlsrv and the pdo_sqlsrv. So now I need to install msodbcsq...
Tin asked 20/5, 2021 at 10:49
1
I started testing the new Laravel Sail docker-compose environment with an nginx reverse proxy so I can access my website from a real tld while developing on my local machine.
My setup is:
OS - Ubun...
Mccowyn asked 17/12, 2020 at 23:3
1
Solved
I have setup a Laravel Sail environment and I am trying to save a webpage as a pdf using puppeteer.
I am currently using this package to run puppeteer via laravel - https://packagist.org/packages/s...
Azotobacter asked 19/3, 2021 at 13:11
2
How can I recreate this?
Create install from Laravel 8 docs and Laravel Sail docs.
I use the sail up command, which works great. The command builds docker containers, connects them, and makes devel...
Pignut asked 10/12, 2020 at 2:0
1
Solved
I am using sail and trying to use the shell as root, which is not possible.
Switching to user root asks for a password, which is not know to me.
I tried to change the dockerfile:
ARG WWWROOTGROUP
R...
Enclitic asked 15/1, 2021 at 11:25
© 2022 - 2024 — McMap. All rights reserved.