Best laravel framework open-source packages.

Musicoker

Music player with audio control, and music upload. Using ReactJS and Laravel
Updated 4 months ago

Musicoker | Music Player

Music player created with Laravel 8 and React 17.0.2

  • ReactJs
  • Laravel
  • MySQL

Used Packages:

  • Sanctum
  • Getid3
  • Bootstrap
  • React Router Dom
  • Sweet Alert 2
  • React Icons
  • Font Awesome
  • Axios

Installation

React Configuration

    cd musicoker-frontend
    npm install
    npm start

Laravel Configuration

    cd musicoker-backend
    composer install
    php artisan key:generate
    php artisan migrate
    php artisan serve

Testing

open: http://127.0.0.1:3000/