Make your own YouTube Downloader Mp3 Site
- Linux
- php
- Web server
- Composer
- yt-dlp (https://github.com/yt-dlp/yt-dlp)
- ffmpeg (https://ffmpeg.org/)
sudo apt install ffmpeg yt-dlp -y
brew install ffmpeg yt-dlp
Copy distributed environment file, and setup DB variables
cp .env.example .env
Run composer, set key and run migrations
composer install
php artisan key:generate
php artisan migrate
php artisan serve
Just comment this line __construct of HomeController.php
//$this->middleware('auth');