PHP code example of eightynine / filament-sortable-field

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

    

eightynine / filament-sortable-field example snippets


return [
];

$filament-sortable-field = new EightyNine\SortableField();
echo $filament-sortable-field->echoPhrase('Hello, EightyNine!');
bash
php artisan vendor:publish --tag="filament-sortable-field-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="filament-sortable-field-config"
bash
php artisan vendor:publish --tag="filament-sortable-field-views"