79319411

Date: 2024-12-31 07:31:47
Score: 1
Natty:
Report link

After you download your laravel application, run the following command to have sail available within your project as seen in the official Laravel’s documentation:

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

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Gerardo Topete