Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
add --prefer-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
SadeghPM committed Aug 11, 2018
1 parent 01e2567 commit ee204e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if you worked in laravel then the skeleton structure is familiar to you.skeleton using slimframework and twig for template engine, monolog for logger, Laravel Eloquent for database interactions and laravel mix for js/css operations.

### Quick start
+ installation : `composer create-project sadegh-pm/slim-skeleton [my-app-name]`
+ installation : `composer create-project sadegh-pm/slim-skeleton --prefer-dist [my-app-name]`
+ copy `env.example.yaml` to `env.yaml` and fill detail
+ start server: `composer start`
+ test: `composer test`
Expand Down

0 comments on commit ee204e1

Please sign in to comment.