PHP code example of digitalcloud / nova-page-builder-field

1. Go to this page and download the library: Download digitalcloud/nova-page-builder-field 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/ */

    

digitalcloud / nova-page-builder-field example snippets


use use DigitalCloud\PageBuilderField\PageBuilderField;
// ....

PageBuilderField::make('page'),

shell
php artisan vendor:publish --provider="DigitalCloud\PageBuilderField\FieldServiceProvider" --tag=public