Download the PHP package claraleigh/autotweet-for-laravel without Composer
On this page you can find all versions of the php package claraleigh/autotweet-for-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download claraleigh/autotweet-for-laravel
More information about claraleigh/autotweet-for-laravel
Files in claraleigh/autotweet-for-laravel
Package autotweet-for-laravel
Short Description Auto tweets for Laravel using OAuth
License MIT
Homepage https://github.com/claraleigh/autotweet-for-laravel
Informations about the package autotweet-for-laravel
Auto tweets for Laravel using OAuth
This package provides a Twitter channel for Laravel notifications, allowing you to send tweets from your application.
Support us
Hi there! If you're using this package, please consider supporting me on GitHub Sponsors. It would mean a lot to me.
Installation
You can install the package via composer:
You can publish and run the migrations with:
Update your user model's casts to include the twitter_token
field:
You can publish the config file with:
Usage
Update your Notification file's via
method to include the Twitter channel:
Add a toTwitter
method to your Notification file:
Alternative User Model
To change the default user model, update the table used in the migration file and add the following code to your service provider:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Clara Leigh
- All Contributors
Initially based on Laravel Twitter Channel
License
The MIT License (MIT). Please see License File for more information.
All versions of autotweet-for-laravel with dependencies
abraham/twitteroauth Version ^7.0
illuminate/contracts Version ^10.0||^11.0
kylewm/brevity Version ^0.2.10
spatie/laravel-package-tools Version ^1.16