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

pkg:composer/brunofalcaodev/mastering-nova

dev-master 2021-11-08 05:16 UTC

This package is auto-updated.

Last update: 2025-10-08 14:12:52 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