Installation
Requirements
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.
FileInfoPHP ExtensionBCMathPHP ExtensionCurlPHP ExtensionPDOPHP ExtensionMBstringPHP ExtensionTokenizerPHP ExtensionXMLPHP ExtensionCtypePHP ExtensionJSONPHP ExtensionZipPHP Extension
PHP Configuration
Your php.ini should be configured to allow more memory and execution time for Tailor POS.
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_htmlCreate a database from cPanel.
Change
APP_URLin .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.
Also you must follow the basic setup.
Here's a video tutorial on how to install.
Last updated