Skip to content

sudipsingh04/YouTube-Clone

Repository files navigation

Youtube 🛰 Clone

This is a clone of video straming application Youtube built with the Laravel and Vuejs.

Usage

  1. Clone this repository git clone https://github.com/sudipsingh04/YouTube-Clone.git
  2. Download and install FFMpeg in your local machine and setup the path of FFMpeg in environment variables
  3. composer install
  4. npm install
  5. php artisan key:generate
  6. Configure your database in .env file and change QUEUE_CONNECTION=sync to database.
  7. Run migration to create tables in database. php artisan migrate --seed
  8. Final step run project server. php artisan serve, npm run watch php artisan queue:work

Now test it in your browser.

About

Youtube application in Laravel and VueJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published