Laerx
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.
Read our documentation: Laerx Docs
Topics
Demo
Visit our liveDocumentation
https://devdocs.codenteq.com
DocumentationRequirements
- OS: Ubuntu 16.04 LTS or higher / Windows 7 or Higher (WAMP / XAMP).
- SERVER: Apache 2 or NGINX.
- RAM: 2 GB or higher.
- PHP: 8.0 or higher.
- For MySQL users: 5.7.23 or higher.
- Composer: 1.6.5 or higher.
- Docker: 7.4 or higher.
Features
- Admin Module
- Question Module
- Audio Lesson Module
- Company Module
- Payment Module
- Setting Module
- Multi Language
- Licence Group
- Periods
- Car Types
- Payment Module
- Discount Coupon
- Payment Plans
- Payment Packages
- Invoices Module
- Manager Module
- Student Module
- Report Module
- Excel Student İmport Module
- Question Module
- Live Lesson Module
- Group Exam Module
- Notification Module
- Booking Module
- Support Module
- Payment Module
- Invoices Module
- Iyzico Payment Services
- Bank Transfer Services
- Student Module
- Teacher Module
- My Booking Module
- Students Module
- My Lesson Module
- Live Lesson Module
- Online Exam Module
- Default Exam
- Custom Exam
- My Exam Results
- Group Exam Module
- My Booking Module
- Notification Module
- Support Module
- My Lesson Module
Installation
If you are using Docker 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
Or
composer install
Run the following command for the file system and If you are using Docker
./vendor/sail/bin artisan storage link
Or
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=drivecourseapp
DB_USERNAME=root
DB_PASSWORD=
If you are using Docker and run this:
./vendor/bin/sail artisan migrate --seed
Or
php artisan migrate --seed
Author
Licence
Sponsor
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.