Stars: 186
Forks: 127
Pull Requests: 19
Issues: 35
Watchers: 14
Last Updated: 2023-01-18 22:50:56
Online FTP / Amazon S3 Filebrowser
License:
Languages: PHP, Vue, Shell, Blade
Simple file browser built with Laravel and Vue.
cp .env.example .env
composer install
yarn
or npm install
yarn dev
or npm run dev
for development builds or yarn prod
or npm run prod
for production buildsMake sure to restrict the maximum upload size in your php config as well as in the .env
file.