Before installing Tailor POS you must make sure that your server meets these requirements:
Apache, Ngnix, or any other web server.
PHP 8.1 and above.
FileInfo PHP Extension
BCMath PHP Extension
Curl PHP Extension
PDO PHP Extension
MBstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Ctype PHP Extension
JSON PHP Extension
Zip PHP Extension
PHP Configuration
Your php.ini should be configured to allow more memory and execution time for Tailor POS.
memory_limit = 128M
max_execution_time = 300
Installation
If you have modified the source code, delete the vendors folder and then run composer install followed by npm run dev after uploading it to the server.
Upload the zip file to your host and extract it to the root, usually public_html.
Create a database from cPanel.
Change APP_URL in .env to your website url (eg : www.codecanyon.com ).
Open your website and you should see our installer.
Follow the instructions and the software should be installed.