Update to Laravel 5.5.25

This commit is contained in:
Nabeel Shahzad
2017-12-17 13:52:42 -06:00
parent 0fdafdec0f
commit 87ab746812
4 changed files with 11 additions and 8 deletions

View File

@@ -19,8 +19,10 @@ clean:
@find storage/framework/sessions -type f -not -name '.gitignore' -print0 -delete
@find storage/framework/views -type f -not -name '.gitignore' -print0 -delete
@find storage/logs -type f -not -name '.gitignore' -print0 -delete
@php artisan cache:clear
@php artisan route:clear
@php artisan config:clear
@php artisan view:clear
.PHONY: clean-routes
clean-routes: