This project is built for Practical Test
- PHP 7.2
- MySQL 5.7
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- PHP Dom (Specific to PHP 7.2)
- Composer
- Clone the project repository.
- Go to the main directory of your project and run
composer install. - Import the dbinit.sql (found in the root directory) to your MySQL database.
- Manually create .env file in your root directory, copy the .env.example and change the setting aside from JWT_SECRET
You can change the value of JWT_SECRET however you need to make sure that the frontend also use the same value.
See the Lumen Framework Docs