PHP code example of biigle / laravel-aruna-driver
1. Go to this page and download the library: Download biigle/laravel-aruna-driver 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/ */
biigle / laravel-aruna-driver example snippets
$app->register(Biigle\Filesystem\Aruna\ArunaServiceProvider::class);
'disks' => [
'aruna' => [
'driver' => 'aruna',
// The bucket name consists of the collection version (or latest), the
// collection name and the project name.
'bucket' => 'latest.collection-name.project-name',
'collectionId' => 'MYARUNACOLLECTIONULID',
'apiUri' => 'https://api.aruna-storage.org',
// The bucket name MUST be