PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova Twitter Timeline   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Twitter Timeline
Show a Twitter user timeline in Laravel Nova
Author: By
Last change:
Date: 5 years ago
Size: 727 bytes
 

Contents

Class file image Download
{ "name": "naif/nova-twitter-timeline", "description": "A Laravel Nova card that display the latest user timeline and mentions tweets", "keywords": [ "laravel", "nova", "twitter", "tweets", "mentions", "timeline" ], "license": "MIT", "require": { "php": ">=7.1.0" }, "autoload": { "psr-4": { "Naif\\NovaTwitterTimeline\\": "src/" } }, "extra": { "laravel": { "providers": [ "Naif\\NovaTwitterTimeline\\CardServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }