Skip to content

TESSPayments/online-bm

 
 

Repository files navigation

Central Restful Api

Installation

  • Clone the project & install composer dependencies:

    cd project
    
    cp .env.example .env
    
    composer install
  • Configure Database:

    Open .env file and configure the following lines:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=project
    DB_USERNAME=root
    DB_PASSWORD=
    php artisan migrate --seed
  • Configure smtp mail credentials:

    MAIL_DRIVER=smtp
    MAIL_FROM_NAME=MAIL_FROM_NAME
    MAIL_FROM_ADDRESS=MAIL_FROM_ADDRESS
    MAIL_HOST=smtp.mailtrap.io
    MAIL_PORT=2525
    MAIL_USERNAME=null
    MAIL_PASSWORD=null
    MAIL_ENCRYPTION=null

About

Qatar Bima

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.1%
  • Blade 26.9%
  • Stylus 1.9%
  • Vue 0.1%