- PHP 7.4+
- WordPress 6.8+
Automatic installation
To do an automatic install of LastFM Profile Blocks, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”
In the search field type “LastFM Profile Blocks,” then click “Search Plugins.” Once you’ve found us, you can click “Install Now” and WordPress will take it from there.
Manual installation
Manual installation method requires downloading the LastFM Profile Blocks plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains instructions on how to do this here.
Clone this repository:
git clone https://github.com/jrtashjian/profile-blocks-lastfm.git
Install PHP-Scoper globally and run it to prefix required dependencies:
composer global require humbug/php-scoper && composer run phpscoper
Install the necessary Node.js and Composer dependencies:
composer install && npm install
Run the development build which will watch for changes:
npm run start