larasar icon indicating copy to clipboard operation
larasar copied to clipboard

Not working with sail.

Open theWebKeyGuy opened this issue 2 years ago • 1 comments

Tried using Laravel Sail with this can't seem to get it running would be great if you could pre-configure sail / docker with it. After installing sail wit this command.

docker run --rm \ -u "$(id -u):$(id -g)" \ -v $(pwd):/var/www/html \ -w /var/www/html \ laravelsail/php81-composer:latest \ composer install --ignore-platform-reqs

I then run sail up -d. Sail seems to start up properly until I attempt to run sail artisan migrate. Now there are database connection issues. Any help with this would be great. Would even be willing to do a pull request if we can get it working. Appreciate any help here.

theWebKeyGuy avatar Apr 29 '22 23:04 theWebKeyGuy

Using docker is in my plan, but did not get there yet, so this an opportunity to get it to work together

modemb avatar Apr 30 '22 09:04 modemb