How to Install (non docker ) Support System


How to install

First you need follow of programs : 
  1. php >=7.2
  2. nginx >=1.*
  3. php extension
    • Ctype PHP Extension
    • Fileinfo PHP extension
    • JSON PHP Extension
    • Mbstring PHP Extension
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Tokenizer PHP Extension
    • XML PHP Extension


  4. ssl for Domain (https).
  5. Composer .
  6. npm . 
  7. nodejs . 
  8. git

Hardware :
i recommded vps or Dedicated server or Google Cloud or AWS cloud 

  • Core 2 
  • 2 Gb ram



Install Command :

clone from repo github last stable branch .

git clone https://github.com/mohammadmoth/support-api-laravel 

run install npm & composer 

composer install
npm install 

now copy .env file form .env.example
change name database ,username,password, email and config all varb .

now you have to run is command for init database 
php artisan migrate 

now you can login 

https://youdom.com/login 
username : admin
password  : admin
please note you most change password and username for security .



Thanks 


Did you find this article useful?