A complete Laravel MVC e-learning marketplace with public course browsing, purchases, lesson streaming, reviews, and a full admin panel.
- Public browsing, filters & previews
- User registration, course purchase, and playback
- Ratings & reviews visible before purchase
- Admin CRUD for categories, courses, lessons, users, media and orders
- Laravel, Eloquent, Blade
- MySQL / MariaDB
- npm, Composer
git clone https://github.com/yourusername/edulaunch.gitcd edulaunchcomposer installcp .env.example .envand set DB and storage valuesphp artisan key:generatephp artisan migrate --seednpm install && npm run buildphp artisan storage:linkphp artisan serve
- Create admin via seeder or register and set role in DB. (Add sample credentials in seeders.)
MIT