Simple file browser built with Laravel and Vue.
- Clone this repository to your machine.
cp .env.example .env
composer install
yarn
ornpm install
yarn dev
ornpm run dev
for development builds oryarn prod
ornpm run prod
for production builds
Make sure to restrict the maximum upload size in your php config as well as in the .env
file.