PHP code example of the-turk / flarum-stickiest

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

    

the-turk / flarum-stickiest example snippets

sql
DELETE FROM `migrations` WHERE `migration` = '2021_07_04_000003_set_default_settings' AND `extension` = 'the-turk-stickiest';
bash
php flarum migrate:reset --extension the-turk-stickiest
bash
php flarum migrate
bash
composer update the-turk/flarum-stickiest
php flarum cache:clear
bash
composer igrate
php flarum cache:clear