This is a clone of video straming application Youtube built with the Laravel and Vuejs.
- Clone this repository
git clone https://github.com/sudipsingh04/YouTube-Clone.git - Download and install FFMpeg in your local machine and setup the path of FFMpeg in environment variables
composer installnpm installphp artisan key:generate- Configure your database in
.envfile and changeQUEUE_CONNECTION=synctodatabase. - Run migration to create tables in database.
php artisan migrate --seed - Final step run project server.
php artisan serve,npm run watchphp artisan queue:work
Now test it in your browser.