Skip to content

fantasy1114/Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodPayments\Datatrans Module

1: Composer Install

composer require goodpayments/datatrans

2: assets creating

php artisan vendor:publish --force  --provider="GoodPayments\Datatrans\Providers\DatatransServiceProvider

3: Database Creating

php artisan migrate

4: Table values add

php artisan db:seed --class=SettingSeeder

Login Support

APP_URL/login

This is loginpage

Register Support

APP_URL/registration

This is registerpage

Booking service Frontend

APP_URL/datatrans-service

This is registerpage This is registerpage This is registerpage

Booking service Backend Page

This needs LOGIN

APP_URL/datatrans-category

Admin can CRUD Categories This is registerpage

APP_URL/datatrans-service-list

Admin can CRUD Services This is registerpage

APP_URL/datatrans-setting

Admin can Edit Setting (Day number, Start Time, End Time, Payment enable) This is registerpage

APP_URL/datatrans-order

Admin can CRUD All Orders This is registerpage

Google calendar Integrate

1 : oauth-credentials.json GET

This is 1

This is 2

This is 3

This is 4

This is 5

This is 6

This is 7

This is 8

This is 9

This is 10

This is 11

This is 12

This is 13

This is 14

This Json is oauth-credentials.json

This is 15

2 : Get Calendar and service-account-credentials.json

This is 16

This is 17

This is 18

This is 19

This is 20

This is 21

This is 22

This Json is service-account-credentials.json and GOOGLE_CALENDAR_ID is your Gmail

This is 23

3 : You have to write your GOOGLE_CALENDAR_AUTH_PROFILE and GOOGLE_CALENDAR_ID

GOOGLE_CALENDAR_AUTH_PROFILE=oauth
GOOGLE_CALENDAR_ID=yourgmail@gmail.com

4 : oauth-token.json get oauth-token.json creating

5 : all JSONs have to save yourapp/storage/app/google-calendar/JSON

This is 39

Sending mail via SendGrid

you have to add your SendGrid API key in env file and Sender mail

This is 39

Datatrans Payment Settin

You have to use your merchantId and refno

This is 39

Releases

No releases published

Packages

No packages published