Escola Headless LMS

Installs: 43 593

Dependents: 49

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 2

Open Issues: 2

Type:package

1.3.14 2024-03-13 14:40 UTC

README

codecov phpunit downloads downloads downloads Maintainability swagger Mutation testing badge

Escola LMS Core Package

Package contains all basic classes and features used in Escola LMS, and it's obligatory to work with any other LMS package.

Repositories

Package contains EscolaLms\Core\Repositories\BaseRepository class, that should extend all other repositories.

For searching and filtering data you may use Criteria array, basic criteria are also provided in this package.

// TODO: Example of Criteria usage

Users

User model and migrations provided by this package are the simplest user model that may be used in LMS. In the real app, you should setup your own guard, that may extend EscolaSoft\EscolaLms\Models\User and use user traits from other packages.