Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ bitbox Public

Laravel Livewire - Mini Dropbox Clone

keisto/bitbox

Repository files navigation

Bitbox - Mini Dropbox Clone

Obviously not a dropbox replacement but a good foundation. This app was mainly built to get a good grasp on Livewire and what it can do.

File Browser functionality built using Livewire and AlpineJs

Search using TNTSearch

Uploading using FilePond

Getting started

⚠️ I'm assuming you already have a local machine set up for Laravel applications

You'll need to run:

  • composer install
  • npm install
  • php artisan key:generate

Copy the .env.example and rename .env Set up the database on your local machine

DB_DATABASE=bitbox
DB_USERNAME=root
DB_PASSWORD=

Then run:

  • php artisan migrate
  • php artisan serve

Should be able to view @ localhost:8000

Search won't work until you run: php artisan scout:import "App\Models\Item" But you'll have to run this after you add some items a command like this can be replaced with a event listener or cron job depending on how you build this out.

🤷🏽‍♂️ I'm just going off memory, but if you have trouble let me know!

About

Laravel Livewire - Mini Dropbox Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published