Skip to content

Commit

Permalink
updated install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonSmasher committed Jun 9, 2017
1 parent 05e6847 commit 079cf6c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,4 @@ sudo -u nginx composer install;

# Run DB Migrations
sudo -u nginx php artisan migrate --force;

# Compile and optimize
sudo -u nginx php artisan optimize;

# Cache normal routes
sudo -u nginx php artisan route:cache;

# Cache API routes
sudo -u nginx php artisan api:cache;
```

0 comments on commit 079cf6c

Please sign in to comment.