- Run
curl -s "https://laravel.build/app?with=mysql" | bash
- Run
cd app
- Run
mv * ../
to move all files to parent directory - Run
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
Still updating...