Download the PHP package krayin/krayin-zoom-integration without Composer
On this page you can find all versions of the php package krayin/krayin-zoom-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package krayin-zoom-integration
1. Introduction:
Krayin Zoom Integration.
It packs in lots of demanding features that allows your business to scale in no time:
- Admin user can connect to their zoom account.
- User can create zoom meeting 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-zoom-integration
- Run these commands below to complete the setup
php artisan migrate
php artisan route:cache
php artisan vendor:publish --force
-> Search for **ZoomMeetingServiceProvider** and then press enter to publish all assets and configurations.
4. Configuration:
- Goto .env file and add following lines
Please make sure you have to add these scopes into your zoom app:
- user:read:user:admin
-
user:read:user
-
Goto config/services.php file and add following lines
-
Goto config/krayin-vite.php file and add following lines.
- Goto routes/breadcrumbs.php file and add 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-zoom-integration with dependencies
PHP Build Version
Package Version
No informations.
The package krayin/krayin-zoom-integration contains the following files
Loading the files please wait ....