A slick and minimal Admin Panel to manage users, songs, and everything behind your music platform. Built with Laravel, Blade, and Bootstrap 5 with a full dark theme and responsive layout.
- Admin login, logout, and profile
- User management: list, edit, delete
- Music management: upload, edit, delete songs
- Dashboard with alerts for success/errors
- Font Awesome icons for a sleek UI
- Sidebar navigation with active route highlights
- Fully responsive (mobile-first)
- Framework: Laravel 10+
- Frontend: Blade, Bootstrap 5, Font Awesome 6
- Database: MySQL
- Authentication: Laravel Breeze / Sanctum (optional)
git clone https://github.com/yourusername/music-admin-dashboard.git
cd music-admin-dashboard
composer install
npm install && npm run dev
cp .env.example .env
php artisan key:generate