PHP code example of stafe-group-ab / filament-sticky-panel

1. Go to this page and download the library: Download stafe-group-ab/filament-sticky-panel 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/ */

    

stafe-group-ab / filament-sticky-panel example snippets


return [
    'pages' => [
        'admin' => [
            'page_url' => 'admin',
            'component' => '', //'demo-component',
        ],
        'edit' => [
            'page_url' => 'edit',
            'component' => '', //'edit-helper-component',
        ],
    ],
];
bash
php artisan vendor:publish --tag="filament-sticky-panel-config"
bash
php artisan vendor:publish --tag="filament-sticky-panel-views"