brunofalcaodev / mastering-nova
Mastering Nova course
Package info
github.com/brunofalcaodev/mastering-nova
Language:Blade
pkg:composer/brunofalcaodev/mastering-nova
Requires
- php: ^8.0
- blade-ui-kit/blade-heroicons: ^1.2
- brunocfalcao/blade-feather-icons: ^2.0
- brunocfalcao/flame: dev-master
- brunofalcaodev/eduka: dev-master
- davidhsianturi/blade-bootstrap-icons: ^1.1
- illuminate/support: ^8.0
- thomaswelton/laravel-gravatar: ^1.3
This package is auto-updated.
Last update: 2026-03-08 15:11:45 UTC
README
Eduka is an opensource course management platform that you can use if you are making courses and you need a course platform without having to build everything from scratch.
Installation
First remove all the non-used packages from your Laravel application, like sanctum, laravel sail, and for debugging use the filp/whoops instead of the default one.
Second, after installing this package, run the command:
php artisan vendor:publish --all --force php artisan vendor:publish --provider=Eduka\Providers\EdukaServiceProvider --force