PHP code example of meghdadfadaee / nova-form-dock

1. Go to this page and download the library: Download meghdadfadaee/nova-form-dock 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/ */

    

meghdadfadaee / nova-form-dock example snippets


return [
    'enabled' => true,
    'mode' => 'automatic',
    'minimum_form_height' => null,
    'forms' => [
        'create' => true,
        'update' => true,
    ],
    'resources' => [
        'only' => [],
        'except' => [],
    ],
    'appearance' => [
        'position' => 'bottom',
        'mobile_position' => 'bottom',
        'alignment' => 'end',
        'compact_mobile' => true,
        'floating_gap' => 12,
    ],
];
bash
php artisan vendor:publish --tag=nova-form-dock-config