Mobile API APP included API + Worker
#Git
git version 2.35.1.windows.2
# Composer
Composer version 2.2.9 2022-03-15 22:13:37
# PHP
PHP 8.1.0 (cli) (built: Nov 23 2021 21:46:10) (NTS Visual C++ 2019 x64
#Database
MySQL 5.7.33
# Clone the project
git clone https://github.com/muhammedtur/mobile-api.git
# Change the directory
cd mobile-api
To install the dependencies:
composer update
env.example -> .env (Should be updated database variables and APP_URL)
php artisan key:generate
php artisan migrate
php artisan db:seed
To run the app:
php artisan serve --port=80
To run the scheduler:
php artisan schedule:work