laravel-sail Questions

4

Solved

I want to create a new Laravel 8 project and I followed the documentation with docker and Sail on Windows: https://laravel.com/docs/8.x#getting-started-on-windows After I installed everything, I tr...
Milkfish asked 29/5, 2021 at 17:14

3

I am trying to setup xdebug using laravel sail with latest version, on my Ubuntu 20.04.3 LTS desktop, ie php 8.1 laravel 9 with below mentioned details to .env file SAIL_XDEBUG_MODE=develop,debug S...
Sliding asked 21/2, 2022 at 9:1

3

Solved

I have a Laravel environment running on Docker via Sail on Mac OS X Big Sur. I added a phpmyadmin to my docker-compose.yml file and it's all working, but when I try to import my data to the databas...
Kenwood asked 1/6, 2022 at 18:4

5

Solved

I have a laravel 8 project created with composer. Then I added laravel sail by composer require laravel/sail and then executed command php artisan sail:install. After sail up command, only mysql co...
Tonry asked 14/4, 2021 at 18:34

5

I'm a Dockers / Sail beginner and wanted to give it a try with a new Laravel project. So, when I execute a Laravel fresh install, and i run sail up i get this error: no such service: laravel.test ...
Ramiroramjet asked 6/3, 2022 at 19:12

4

Solved

I have a Laravel with Sail and I want to make automated test with Laravel Dusk. I followed all the instructions in Dusk Documentation and Sail + Dusk Installation, but when I run the default test I...
Abbey asked 4/1, 2021 at 20:7

5

Solved

Hi I've just tried and to install Laravel 8 with sail and I've run into a problem What I've done is to first run the curl one-liner from laravel's own page curl -s https://laravel.build/sail-test |...
Watersick asked 12/12, 2020 at 17:9

3

Solved

I'm using Laravel Sail as my development environment. According to the docs, when the MySQL container is starting, it will ensure a database exists whose name matches the value of your DB_DATABASE...
Complacence asked 9/1, 2021 at 17:24

3

Solved

I currently have my own Laravel application running on Docker using Laravel sail on Windows 11 using Ubuntu on WSL2. This works fine and as intended. I've pushed my work onto a Git repository, but ...
Handful asked 7/2, 2022 at 21:11

5

Solved

Hi i tried to install fresh Laravel project using Laravel Sail docker environment. First it was showing me "Docker is not running" error. Then i found out, i needed to start docker as roo...
Matty asked 27/12, 2020 at 16:16

4

Solved

Laravel Sail, has a good premisse to create a zero dependency environment, with, php, redis, mariadb etc... But its instalation require composer, composer require php installed, is this a paradox? ...
Nonah asked 23/2, 2022 at 9:7

6

I'm using Laravel sail. I want to use supervisor and cronjob. But I don't understand how I can configure these things with sail. I can't find any examples on how to do this.
Chanukah asked 1/6, 2021 at 20:31

6

I'm trying to create a simple laravel project and I'm following a laracast to set up the project with Sail. The project is running fine and I was able to migrate with vendor/bin/sail artisan migrat...
Farfamed asked 17/1, 2021 at 13:24

2

Solved

I have recently decided to try out Laravel Sail instead of my usual setup with Vagrant/Homestead. Everything seems to be beautifully and easily laid out but I cannot seem to find a workaround for c...
Puggree asked 12/2, 2021 at 11:35

2

I've an already created project and I wanted to start using laravel sail for my local development but when I start the containers with sail up --build I have and error in the mysql container with t...
Ada asked 14/1, 2021 at 16:39

4

Solved

I'm developing a multi-tenant app first time by using Laravel 8, Tenancy For Laravel on Docker and WSL2. My issue occures when I try to create a tenant. I want to create a new database for each ten...

7

Solved

I'm trying out Laravel Sail, as I've been successfully using Laradock for a few years and hoping to simplify my dev environment setup. I am on Windows 10 64, Docker Desktop 3.0 installed using WSL ...
Sympathy asked 24/12, 2020 at 18:5

5

Solved

I have the following problem in Windows 10 (in Ubuntu works properly): I'm working in Laravel 8 with Sail When I create the APP_PORT variable on .env... APP_NAME=Laravel APP_ENV=local APP_KEY= APP_...
Bailsman asked 12/4, 2021 at 6:16

2

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 ...

2

Solved

I just set up a laravel project with laravel sail and for some reason during build process it doesn't create the given database and user. I am quite confused as to why because I feel like I've conf...
Bowerbird asked 6/2, 2021 at 14:10

3

Solved

I am currently using Laravel 8.48.2 with the Sail package. I set Sail up and running its image through Docker Desktop while using WSL 2 with a Ubuntu distro on Windows. All seems to be working fine...
Tonetic asked 26/6, 2021 at 16:5

1

Solved

Recently i was assigned a task to upgrade old laravel project, there is one controller and not more than 20 files in need to migrate with 200 lines of code on them(on average). Just for this i setu...
Hawken asked 18/2, 2022 at 3:44

2

Solved

According to docs: Also, when the MySQL container is starting, it will ensure a database exists whose name matches the value of your DB_DATABASE environment variable. My .env file looks like this...
Fatma asked 4/1, 2021 at 14:18

2

I'm trying to make a project using Laravel and Sail but I'm getting errors when I'm trying to migrate or do anything related to the project's database (for example, seeding). More specifically, whe...
Therine asked 14/10, 2021 at 19:15

3

I have a Laravel sail project but when I type sail command there is no reaction in console. Only sail up and sail down work fine but other commands like sail shell, sail artisan ***, sail php -v .....
Soule asked 13/5, 2021 at 5:44

© 2022 - 2024 — McMap. All rights reserved.