PHP code example of nuclear / documents

1. Go to this page and download the library: Download nuclear/documents 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/ */

    

nuclear / documents example snippets


    'providers' => array(
    
        'Illuminate\Foundation\Providers\ArtisanServiceProvider',
        'Illuminate\Auth\AuthServiceProvider',
        ...
        'Nuclear\Documents\Providers\DocumentsServiceProvider',
        'Kenarkose\Files\Provider\FilesServiceProvider',
        'Kenarkose\Sortable\SortableServiceProvider',
        'Kenarkose\Transit\Provider\TransitServiceProvider',
        'Simexis\Oembed\OembedServiceProvider',
        'Intervention\Image\ImageServiceProvider',
        'Dimsav\Translatable\TranslatableServiceProvider'
    
    ),
    
bash
    php artisan vendor:publish --provider:"Nuclear\Documents\Providers\DocumentsServiceProvider"