I'm hosting a laravel site on google app engine and recently added and admin dashboard using frozennode's laravel-admin. Unfortunately it added A LOT of files and now I have gone over my limit for amount of files/blobs allowed (10,000). I have added as many unnecessary files to the skip files list in the app.yaml file as I could but I still exceed the limit.
The vendor file is where the bulk of the files are and I was wondering if there was a move the directory without compromising the functionality of the rest of the site.