Backend
After Download your purchased script, you need to ensure to compile as below.
Backend :
Go to "php-laravel-api" folder

Run your favorite code / editor and run at this folder, for run command purpose
Custom you .env file, originally it show as below

Lets say my domain app is patrol.kreatifdev.com and my api domain is api.kreatifdev.com, modify the file like this

Upload the whole folder into your webserver folder pointing to your subdomain, eg in my case is api.kreatifdev.com
Open terminal / if your hosting allow ssh terminal run "composer install", wait process to done
Ensure package/extension on php8.2 installed like cli, mysql, xml, mbstring, curl, zip, intl because it needed by laravel to run smoothly
Done
Last updated