brunofalcaodev / mastering-nova
Mastering Nova course
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
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: 2025-03-08 13:00:21 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