noerd/study

Study module for Noerd Framework

Maintainers

Package info

github.com/noerd-dev/study

pkg:composer/noerd/study

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2026-02-07 14:06 UTC

This package is auto-updated.

Last update: 2026-03-14 08:20:56 UTC


README

The noerd package is required. Make sure the project is already initialized as a Git repository.

composer require noerd/noerd
php artisan noerd:install

There are two ways to install the Study module. Using composer require, the module is installed in the vendor folder. However, it is also possible to install it as a submodule. In this case, the module is installed in a subdirectory of the project and can be easily extended or customized.

Install the package in vendor folder

composer require noerd/study

php artisan noerd:install-study

Install the package as a submodule. Make sure you already initiated a git project.

git submodule add git@github.com:noerd-dev/study.git app-modules/study
composer require noerd/study

php artisan noerd:install-study