Skip to content

Instantly share code, notes, and snippets.

@cockok
Created August 2, 2022 02:18
Show Gist options
  • Save cockok/74a8447758fc0a6cbef7775bf642ffdd to your computer and use it in GitHub Desktop.
Save cockok/74a8447758fc0a6cbef7775bf642ffdd to your computer and use it in GitHub Desktop.
laravelプロジェクトディレクトリだけ作りたい
docker run --rm -v $PWD:/opt -w /opt laravelsail/php81-composer:latest composer create-project laravel/laravel example-app
sudo chown -R $USER: example-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment