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 install
npm install
php artisan key:generate
- Configure your database in
.env
file and changeQUEUE_CONNECTION=sync
todatabase
. - Run migration to create tables in database.
php artisan migrate --seed
- Final step run project server.
php artisan serve
,npm run watch
php artisan queue:work
Now test it in your browser.