Music Source Separation Web App with PHP & Laravel
- Laravel 8
- Composer
- Node.JS
- XAMPP
cd music_source_app
Main folder for source code
composer install
php artisan serve
Hosting web site at local host
Create table named laravel
with MySQL & run php artisan migrate
Error 500
Follow this guide https://stackoverflow.com/questions/56942397/how-to-fix-500-response-in-a-laravel-project/56942653