larasar
larasar copied to clipboard
Not working with sail.
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.
Using docker is in my plan, but did not get there yet, so this an opportunity to get it to work together