milestone/tinycom

There is no license information available for the latest version (1.1.2.2) of this package.

1.1.2.2 2021-12-24 07:00 UTC

This package is auto-updated.

Last update: 2024-04-07 19:27:59 UTC


README

  1. Install laravel
  2. Enter project folder
  3. composer require milestone/tinycom
  4. Update .env file
    1. Set APP_NAME
    2. Set APP_URL
    3. Set APP_DEBUG
    4. Set DB Details
    5. Add MEDIA_DISK=media
    6. Set mail settings in env file
  5. php artisan migrate
  6. comment every routes in web.php
  7. php artisan vendor:publish

Go through tinycom config file

Note: For payment gateway, receipt (order id) should be unique. So in case there is a chance to conflict, try changing autoincrement number of orders table.