Dropbox/Google Drive-esque file sharing application implemented in Laravel, PHP and Vue.
Find a file
2023-10-18 21:20:47 -07:00
app removed old boilerplate, implemented S3 uploading. 2023-10-18 21:20:47 -07:00
bootstrap Initial commit 2023-10-08 14:20:03 -07:00
config Initial commit 2023-10-08 14:20:03 -07:00
database removed old boilerplate, implemented S3 uploading. 2023-10-18 21:20:47 -07:00
docker functional version 2023-10-17 22:45:04 -07:00
public functional version 2023-10-17 22:45:04 -07:00
resources removed old boilerplate, implemented S3 uploading. 2023-10-18 21:20:47 -07:00
routes functional version 2023-10-17 22:45:04 -07:00
storage Initial commit 2023-10-08 14:20:03 -07:00
tests Initial commit 2023-10-08 14:20:03 -07:00
.editorconfig Initial commit 2023-10-08 14:20:03 -07:00
.gitattributes Initial commit 2023-10-08 14:20:03 -07:00
.gitignore Initial commit 2023-10-08 14:20:03 -07:00
artisan Initial commit 2023-10-08 14:20:03 -07:00
composer.json removed old boilerplate, implemented S3 uploading. 2023-10-18 21:20:47 -07:00
composer.lock removed old boilerplate, implemented S3 uploading. 2023-10-18 21:20:47 -07:00
docker-compose.yml functional version 2023-10-17 22:45:04 -07:00
jsconfig.json Initial commit 2023-10-08 14:20:03 -07:00
LICENSE Initial commit 2023-10-08 14:20:03 -07:00
package-lock.json functional version 2023-10-17 22:45:04 -07:00
package.json functional version 2023-10-17 22:45:04 -07:00
phpunit.xml Initial commit 2023-10-08 14:20:03 -07:00
postcss.config.js Initial commit 2023-10-08 14:20:03 -07:00
README.md removed old boilerplate, implemented S3 uploading. 2023-10-18 21:20:47 -07:00
tailwind.config.js Initial commit 2023-10-08 14:20:03 -07:00
vite.config.js Initial commit 2023-10-08 14:20:03 -07:00

laravel-vue-file-share

Dropbox/Google Drive-esque file sharing application implemented in Laravel, PHP, Inertia, Vue, Headless-UI and Tailwind CSS. Uses Mitt for firing events and passing data. Uses S3 for storing and retrieving files.