-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from ahmetarsiv/ahmetarsiv-patch-2
Docs configure
- Loading branch information
Showing
197 changed files
with
5,445 additions
and
11,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,152 +1,86 @@ | ||
<p align="center"> | ||
<a href="https://codenteq.com"><img width="200" src="https://codenteq.com/wp-content/uploads/2022/12/laerx-default.webp" alt="Codenteq Laerx"></a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://packagist.org/packages/codenteq/laerx"><img src="https://poser.pugx.org/codenteq/laerx/d/total.svg" alt="Total Downloads"></a> | ||
<a href="https://packagist.org/packages/codenteq/laerx"><img src="https://poser.pugx.org/codenteq/laerx/v/stable.svg" alt="Latest Stable Version"></a> | ||
<a href="https://github.com/codenteq/laerx/blob/master/LICENSE"><img src="https://poser.pugx.org/codenteq/laerx/license.svg" alt="License"></a> | ||
<a href="#backers"><img src="https://opencollective.com/codenteq/backers/badge.svg" alt="Backers on Open Collective"></a> | ||
<a href="https://github.com/codenteq/laerx/actions"><img src="https://github.com/bagisto/bagisto/workflows/CI/badge.svg" alt="Actions on Github"></a> | ||
<a href="#contributors"><img src="https://opencollective.com/codenteq/contributors/badge.svg" alt="Contributors on Open Collective"></a> | ||
<a href="#sponsors"><img src="https://opencollective.com/codenteq/sponsors/badge.svg" alt="Sponsors on Open Collective"></a> | ||
</p> | ||
<p align="center"><img src="https://codenteq.com/wp-content/uploads/2022/12/laerx-default.webp" width="250" alt="Laerx Course Management Logo" /></p> | ||
|
||
<p align="center"> | ||
<a href="https://twitter.com/intent/follow?screen_name=codenteq"><img src="https://img.shields.io/twitter/follow/codenteq?style=social"></a> | ||
</p> | ||
<h1 align="center">Laerx Course Management</h1> | ||
|
||
<p align="center"> | ||
➡️ <a href="https://www.codenteq.com/">Website</a> | <a href="https://twitter.com/i/communities/1588983448135417859">Community</a> ⬅️ | ||
</p> | ||
|
||
<p align="center" style="display: inline;"> | ||
<img class="flag-img" src="https://flagicons.lipis.dev/flags/4x3/tr.svg" alt="Turkish" width="24" height="24"> | ||
<a href="https://packagist.org/packages/codenteq/laerx"><img src="https://poser.pugx.org/codenteq/laerx/v/stable.svg" alt="Latest Stable Version"></a> | ||
<a href="https://github.com/codenteq/laerx/blob/master/LICENSE"><img src="https://poser.pugx.org/codenteq/laerx/license.svg" alt="License"></a> | ||
<a href="https://packagist.org/packages/codenteq/laerx"><img src="https://poser.pugx.org/codenteq/laerx/d/total.svg" alt="Total Downloads"></a> | ||
</p> | ||
|
||
# Laerx | ||
Laerx is a course management system provided by [Codenteq](https://github.com/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 | ||
|
||
# Topics | ||
|
||
1. [Visit our live](#visit-our-live-demo) | ||
2. [Features](#features) | ||
3. [Installation](#installation) | ||
4. [Contributions](#contributions) | ||
5. [Sponsor](#sponsor) | ||
6. [Licence](#licence) | ||
|
||
## Visit our live [Demo](https://dev-laerx.codenteq.com) | ||
|
||
## 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 | ||
- 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 | ||
|
||
|
||
## Installation | ||
|
||
> If you are using Docker run the following command | ||
First, install the package: | ||
|
||
```bash | ||
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 | ||
composer create-project codenteq/laerx | ||
``` | ||
|
||
> Or | ||
### Docker Installation | ||
|
||
Run the following command | ||
```bash | ||
composer install | ||
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 | ||
``` | ||
|
||
> Run the following command for the file system and If you are using Docker | ||
```bash | ||
./vendor/sail/bin artisan storage link | ||
./vendor/sail/bin artisan storage link | ||
``` | ||
|
||
> Or | ||
Configure the database connection is going to be using in `.env` | ||
|
||
```bash | ||
php artisan storage link | ||
DB_CONNECTION=mysql | ||
DB_HOST=127.0.0.1 | ||
DB_PORT=3306 | ||
DB_DATABASE=laerx | ||
DB_USERNAME=sail | ||
DB_PASSWORD=password | ||
``` | ||
|
||
> Configure the database connection is going to be using in .env | ||
```bash | ||
DB_CONNECTION=mysql | ||
DB_HOST=127.0.0.1 | ||
DB_PORT=3306 | ||
DB_DATABASE=drivecourseapp | ||
DB_USERNAME=root | ||
DB_PASSWORD= | ||
./vendor/bin/sail artisan migrate --seed | ||
``` | ||
|
||
> If you are using Docker and run this: | ||
### Composer Installation | ||
|
||
Run the following command | ||
|
||
```bash | ||
./vendor/bin/sail artisan migrate --seed | ||
composer install | ||
``` | ||
|
||
> Or | ||
```bash | ||
php artisan migrate --seed | ||
php artisan storage:link | ||
``` | ||
|
||
## Contributions | ||
|
||
<a href="https://github.com/codenteq/laerx/graphs/contributors"><img src="https://opencollective.com/codenteq/contributors.svg?width=890&button=false"/></a> | ||
Configure the database connection is going to be using in `.env` | ||
|
||
```bash | ||
DB_CONNECTION=mysql | ||
DB_HOST=127.0.0.1 | ||
DB_PORT=3306 | ||
DB_DATABASE=laerx | ||
DB_USERNAME=root | ||
DB_PASSWORD= | ||
``` | ||
|
||
## Sponsor | ||
```bash | ||
php artisan migrate --seed | ||
``` | ||
|
||
[Sponsor this project](https://opencollective.com/codenteq). | ||
## 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.](https://github.com/codenteq/laerx/blob/master/CONTRIBUTING.md) | ||
|
||
## Licence | ||
## Useful Links | ||
|
||
[MIT Licence](https://github.com/codenteq/laerx/blob/master/LICENSE) | ||
* [Open Laerx](https://laerx.codenteq.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.