Skip to content

Commit

Permalink
Updated readme with proper installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
VPetar committed Mar 15, 2019
1 parent 697f402 commit 2cc3b02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ What I made is really simple: an integration of these three packages and a setup

## Installation

1. run `composer create-project VPetar/laravel-api-boilerplate-jwt myNextProject`;
2. have a coffee, nothing to do here;
1. run `git clone https://github.com/VPetar/laravel-api-boilerplate-jwt.git MyProject`;
2. run `cd MyProject`;
3. run `composer install`;
4. have a coffee, nothing to do here;

Once the project creation procedure will be completed, run the `php artisan migrate` command to install the required tables.

Expand Down

0 comments on commit 2cc3b02

Please sign in to comment.