Server requirement
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
Install this project
- Download and install Composer (https://getcomposer.org/)
- Open your cmd and set path to this project
- Run "composer install"
- Copy .env.example to .env
- Set mysql connection (host,user,pass,db), JWT_SECRET and APP_KEY
- Run "php artisan migrate"
- Run "php artisan db:seed"
- Run "php -S localhost:8000 -t public"
- Enjoy