PHP code example of io-digital / opendox
1. Go to this page and download the library: Download io-digital/opendox library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
io-digital / opendox example snippets
$app->register(IoDigital\Opendox\ServiceProvider::class);
$app->configure('opendox');
$ php artisan vendor:publish --provider="IoDigital\Opendox\ServiceProvider"
bash
$ php artisan opendox:transform