itsursujit / twitter-laravel
Twitter Feeds with Laravel
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=5.5.9
- abraham/twitteroauth: ^0.6.4
- guzzlehttp/guzzle: ^6.2
- infyomlabs/core-templates: dev-master
- infyomlabs/generator-builder: dev-master
- infyomlabs/laravel-generator: dev-master
- infyomlabs/swagger-generator: dev-master
- jlapp/swaggervel: dev-master
- laravel/framework: 5.2.*
- laravel/socialite: ^2.0
- laravelcollective/html: 5.2.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is auto-updated.
Last update: 2020-12-22 19:08:45 UTC
README
This application provides the simple interface to login with Twitter Account on the top of Socialite and TwitterOauth. The system will recommend the logged in users with the twitter accounts saved in database. The users will view the tweet feeds of the users being followed by the logged in user.
Official Documentation
To setup the application, clone the codebase to your document root. Run the command: composer update
Setup your twitter client_id, client_secret and redirect URL in services.php under config directory