Download the PHP package krayin/krayin-google-integration without Composer
On this page you can find all versions of the php package krayin/krayin-google-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download krayin/krayin-google-integration
More information about krayin/krayin-google-integration
Files in krayin/krayin-google-integration
Download krayin/krayin-google-integration
More information about krayin/krayin-google-integration
Files in krayin/krayin-google-integration
Vendor krayin
Package krayin-google-integration
Short Description Krayin Google Integration
License MIT
Package krayin-google-integration
Short Description Krayin Google Integration
License MIT
Please rate this library. Is it a good library?
Informations about the package krayin-google-integration
1. Introduction:
Krayin Google Integration.
It packs in lots of demanding features that allows your business to scale in no time:
- Admin user can connect to their google account.
- User can fetch all events from selected calendars
- Support two-way synchronization for events
- Support real time event synchronization
- User can create google meet link directly from activity form
2. Requirements:
- Krayin: v2.0.0 or higher.
3. Installation:
- Go to the root folder of Krayin and run the following command
composer require krayin/krayin-google-integration
- Run these commands below to complete the setup
php artisan migrate
php artisan route:cache
php artisan vendor:publish --force
-> Search GoogleServiceProvider navigate to it and then press enter to publish all assets and configurations.
4. Configuration:
-
Goto routes/breadcrumbs.php file and add following lines
-
Goto config/krayin-vite.php file and add following lines
-
Goto .env file and add following lines
-
Goto config/services.php file and add following lines
-
Goto app/Http/Middleware/VerifyCsrfToken.php file and add following line under $except array
- Goto app/Console/Kernel.php file and update the schedule function with the following lines
5. Clear Cache:
php artisan cache:clear
php artisan config:cache
That's it, now just execute the project on your specified domain.
All versions of krayin-google-integration with dependencies
PHP Build Version
Package Version
The package krayin/krayin-google-integration contains the following files
Loading the files please wait ....