Download the PHP package dainsys/ring_central without Composer
On this page you can find all versions of the php package dainsys/ring_central. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dainsys/ring_central
More information about dainsys/ring_central
Files in dainsys/ring_central
Download dainsys/ring_central
More information about dainsys/ring_central
Files in dainsys/ring_central
Vendor dainsys
Package ring_central
Short Description A full stack package to add ring_central functionality to Laravel applications.
License MIT
Package ring_central
Short Description A full stack package to add ring_central functionality to Laravel applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package ring_central
Dainsys Ring Central
Extends ring central reports functionality.
Installation
- Require using composer:
composer require dainsys/ring_central
. -
Add DB Connection values in your .env file:
- Run the migrations:
php artisan migrate
Ussage
- Make sure your commands extednds the
\Dainsys\RingCentral\Console\Commands\AbstractProductionReportCommand
. Alternatively, you may use therc:make-command
command to create your reports. - Your signature property must provide a required attribute for
dates
, which is required to run the reports. If none passed, today's date will be assumed. -
This package uses
dainsys/mailing
package under the hood More details. Or, make sure to provide implementation for therecipients
method.- Using
dainsys/mailing
package:- Visit url
/mailing/admin/mailables
in your app and create a mailable record with the class name of the command. For current example,App\Console\Commands\PublishingProductionReport
. - Visit url
/mailing/admin/recipients
to create new recipients associate them with the created mailable report.
- Visit url
- Providing your oun implementation in your report commands:
- Using
- Provide implementation to all abstract methods required. Use the following code as an example.
All versions of ring_central with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^8.0|9.0
maatwebsite/excel Version ^3.1|4.0
dainsys/mailing Version ^1.0
maatwebsite/excel Version ^3.1|4.0
dainsys/mailing Version ^1.0
The package dainsys/ring_central contains the following files
Loading the files please wait ....