How to install
First you need follow of programs :
- php >=7.2
- nginx >=1.*
- 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
- ssl for Domain (https).
- Composer .
- npm .
- nodejs .
- 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