Skip to content

Instantly share code, notes, and snippets.

@otnansirk
Last active September 2, 2025 14:25
Show Gist options
  • Select an option

  • Save otnansirk/5a8f807ba858e3f4ba978328c4cfeab1 to your computer and use it in GitHub Desktop.

Select an option

Save otnansirk/5a8f807ba858e3f4ba978328c4cfeab1 to your computer and use it in GitHub Desktop.
Run this if you want to install laravel from scratch

Make sure current project folder totally empty:

docker run --rm -v $(pwd):/app composer create-project laravel/laravel .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment