PHP code example of thefunpower / flarum-ext-api-login
1. Go to this page and download the library: Download thefunpower/flarum-ext-api-login 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/ */
thefunpower / flarum-ext-api-login example snippets
sh
composer migrate
sh
composer update thefunpower/flarum-ext-api-login:"*"
php flarum migrate
php flarum cache:clear