Merge branch 'dev' into 'master'

ALPHA 3.0.2b

See merge request TheGamecraft/c-cms!4
This commit is contained in:
Mathieu Lagace
2018-09-10 13:35:32 +00:00

5
update.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git fetch --all
git reset --hard origin/master
sudo composer update
php artisan migrate