Latest Stable Version License Total Downloads
Laerx is a course management system provided by Codenteq to create a consistent driver license for app users.
Get detailed information about your clients, exams and courses to create an effective report and track your progress. You can also use audio lessons, online quizzes, and the tool/teacher appointment system.
First, install the package:
composer create-project codenteq/laerx
Run the following command
docker run --rm \ -u "$(id -u):$(id -g)" \ -v $(pwd):/var/www/html \ -w /var/www/html \ laravelsail/php81-composer:latest \ composer install --ignore-platform-reqs
./vendor/sail/bin artisan storage link
Configure the database connection is going to be using in .env
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laerx DB_USERNAME=sail DB_PASSWORD=password
./vendor/bin/sail artisan migrate --seed
Run the following command
composer install
php artisan storage:link
Configure the database connection is going to be using in .env
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laerx DB_USERNAME=root DB_PASSWORD=
php artisan migrate --seed
Laerx Course Management is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.