Delete all of the installer stuff from the 3rd party plugin

This commit is contained in:
Nabeel Shahzad
2017-12-13 20:36:51 -06:00
parent a7d4ab64e5
commit 346ccfbd66
73 changed files with 1 additions and 3538 deletions

View File

@@ -38,6 +38,7 @@ install: build
.PHONY: update
update: build
@php composer.phar update --no-interaction
@php artisan migrate
@echo "Done!"