add missing listener files

This commit is contained in:
Nabeel Shahzad
2017-12-02 10:26:25 -06:00
parent 78cd6d3328
commit 68039f6a5a
8 changed files with 50 additions and 12 deletions

View File

@@ -11,7 +11,6 @@ all: build
.PHONY: build
build:
@composer install --no-interaction
@php artisan optimize
@php artisan config:cache
@make db
@@ -22,7 +21,6 @@ install: db
.PHONY: clean
clean:
@php artisan cache:clear
@php artisan optimize
@php artisan route:clear
@php artisan config:clear