Database is: connected
composer installcp .env.example .envphp artisan key:generate
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=shaheeng_financial
DB_USERNAME=root
DB_PASSWORD=
As this project will only serve the API, front-end dependencies are not required. Once these steps are completed, your project setup is ready.
https://api-financial-server.shaheengoc.com/https://api-financial-server.shaheengoc.com/api/{api-endpoints}All API requests must include an App Key and its corresponding value, which is defined in config/params.php.
App-Key-SecretAccept: application/json along with the key-value pair for the App Key.