Dropbox/Google Drive-esque file sharing application implemented in Laravel, PHP and Vue.
Find a file
2023-10-08 14:20:03 -07:00
app Initial commit 2023-10-08 14:20:03 -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 Initial commit 2023-10-08 14:20:03 -07:00
public Initial commit 2023-10-08 14:20:03 -07:00
resources Initial commit 2023-10-08 14:20:03 -07:00
routes Initial commit 2023-10-08 14:20:03 -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 Initial commit 2023-10-08 14:20:03 -07:00
composer.lock Initial commit 2023-10-08 14:20:03 -07:00
docker-compose.yml Initial commit 2023-10-08 14:20:03 -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 Initial commit 2023-10-08 14:20:03 -07:00
package.json Initial commit 2023-10-08 14:20:03 -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 Initial commit 2023-10-08 14:20:03 -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.