brunofalcaodev/mastering-nova

Mastering Nova course

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

This package is auto-updated.

Last update: 2024-04-08 11:05:40 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