Installation
The Blocks module is free and can be installed with composer or via the Addons module in "Featured Addons".
Installing Composer
You can install the Blocks module dependency with Composer:
composer require anomaly/twitter-extension
Then install the addon for your application:
php artisan addon:install anomaly.extension.twitter
Installing from Download
You can install the Blocks module by downloading the addon and placing it within your site's addon directory:
/addons/{application_ref}/anomaly/*
Then dump your autoloader:
composer dump-autoload
Lastly installing the addon like normal:
php artisan addon:install anomaly.extension.twitter
Suggested Addons
It is suggested that you also check out a Twitter block as well:
Recent Tweets Block
The Recent Tweets Block is just that; a block that displays recent tweets from the account of your choosing.
composer require anomaly/recent_tweets_block-extension
php artisan addon:install anomaly.extension.recent_tweets_block