Coder Social home page Coder Social logo

sissokho / laerx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codenteq/laerx

0.0 0.0 0.0 2.74 MB

An easy-to-use, free and open source laravel e-Exam platform to build your online course right away.

Home Page: https://www.laerx.codenteq.com

License: MIT License

Shell 0.09% PHP 49.53% Blade 49.62% Dockerfile 0.76%

laerx's Introduction

Codenteq

Total Downloads Latest Stable Version License Backers on Open Collective Actions on Github Contributors on Open Collective Sponsors on Open Collective

➡️ Website | Documentation | Community ⬅️

Turkish

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

  1. Documentation
  2. Features
  3. Installation
  4. Author
  5. Licence
  6. Sponsor

Visit our live Demo

Documentation

Requirements

  • 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
  • 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

  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

MIT Licence

Sponsor

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

Sponsor this project.

laerx's People

Contributors

ahmetarsiv avatar karabayyazilim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.