First you have to create a file constants.php and it is a good practice to create this file inside app/config/ folder.
You can also add constants.php file in compose.json file.
Example File:
app/config/constants.php
Array based constants inside the file:
return [
'CONSTANT' => 'This...