Merge branch 'refs/heads/develop'

This commit is contained in:
snipe
2013-11-27 02:57:21 -05:00
+11
View File
@@ -19,6 +19,17 @@ This isn't actually ready for anyone to use yet, as I'm still working out some o
-----
## Important Note on Updating
Whenever you pull down a new version from master or develop, when you grab the [latest official release](https://github.com/snipe/snipe-it/releases), make sure to run the following commands via command line:
php composer.phar dump-autoload
php artisan migrate
Forgetting to do this can mean your DB might end up out of sync with the new files you just pulled, or you may have some funky cached autoloader values. It's a good idea to get into the habit of running these every time you pull anything new down. If there are no database changes to migrate, it won't hurt anything to run migrations anyway.
-----
## How to Install
### 1) Downloading