add and delete news from admin dashboard #52

This commit is contained in:
Nabeel Shahzad
2018-01-08 16:22:26 -06:00
parent 5a12493739
commit 6b265ed67b
10 changed files with 149 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ if [ "$TRAVIS" = "true" ]; then
rm -rf env.php
find ./vendor -type d -name ".git" -print0 | xargs rm -rf
find . -type d -name "sass-cache" -print0 | xargs rm -rf
# clear any app specific stuff that might have been loaded in
find storage/app/public -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +