PHP Laravel 9/MySQL
Browser I used: Firefox Developer Edition
- Apache httpd-2.4.35
- PHP version - PHP 8.0.30
- MySQL version - MySQL 5.7.24
PHP extension requirements for Laravel 9 (uncomment this extension in php.ini file)
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Clone the repository
- Rename .env.example to .env
- Configure .env file (API_TOKEN, DATABASE CREDENTIALS and etc.)
- Create the database
- Run
php artisan migrate
to generate the tables - Run
php artisan serve
- Browse
http://127.0.0.1:8000