Skip to content

Instantly share code, notes, and snippets.

@andreyuhai
Last active January 8, 2019 23:48
Show Gist options
  • Save andreyuhai/f18308608efae0c3201b513b3a2d5e61 to your computer and use it in GitHub Desktop.
Save andreyuhai/f18308608efae0c3201b513b3a2d5e61 to your computer and use it in GitHub Desktop.
Creating projects with composer

How to create laravel projects

To create laravel dependent projects using composer:

composer create-project laravel/laravel your_project_name --prefer-dist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment