Installation
Requirements
Before installing Tailor POS you must make sure that your server meets these requirements:
  1. Apache, Ngnix, or any other web server.
  2. PHP 8.1 and above.
  3. FileInfo PHP Extension
  4. BCMath PHP Extension
  5. Curl PHP Extension
  6. PDO PHP Extension
  7. MBstring PHP Extension
  8. Tokenizer PHP Extension
  9. XML PHP Extension
  10. Ctype PHP Extension
  11. JSON PHP Extension
  12. 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.
  1. Upload the zip file to your host and extract it to the root, usually public_html.
  2. Create a database from cPanel.
  3. Change APP_URL in .env to your website url (eg : www.codecanyon.com ).
  4. Open your website and you should see our installer.
  5. Follow the instructions and the software should be installed.
  6. Also you must follow the basic setup.
Here's a video on how to install.