Simple file browser built with Laravel and Vue.
- Clone this repository to your machine.
composer install
yarn
ornpm install
gulp
orgulp --production
Make sure to restrict the maximum upload size in your php config as well as in the .env
file.
Setup a cronjob to remove old files from your filesystem or trigger it manually.
php artisan onlineftp:cleanup
See https://laravel.com/docs/5.3/scheduling#introduction on how to setup the task scheduler cronjob.