codenteq / laerx
The Laravel E-Exam Course Management
Fund package maintenance!
codenteq
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 128
Watchers: 8
Forks: 22
Open Issues: 1
Type:project
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.2
- intervention/image: ^2.6
- iyzico/iyzipay-php: ^2.0
- kutia-software-company/larafirebase: ^1.3
- laravel/framework: ^10.0
- laravel/tinker: ^2.5
- laravel/ui: ^4.0
- maatwebsite/excel: ^3.1
- tucker-eric/eloquentfilter: ^3.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.6
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.16
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.2
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.0
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2025-01-09 09:36:59 UTC
README
Laerx Course Management
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.
Getting Started
First, install the package:
composer create-project codenteq/laerx
Docker Installation
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
Composer Installation
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
How to contribute
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.