PHPackages                             laravelia/autoposter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravelia/autoposter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laravelia/autoposter
====================

A Laravel package for auto posting social site

v1.0.1(3y ago)6182MITPHP

Since Mar 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/techmahedy/laravel-social-auto-poster)[ Packagist](https://packagist.org/packages/laravelia/autoposter)[ RSS](/packages/laravelia-autoposter/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Installation
============

[](#installation)

- [About Pakcage](#section-1)
- [Step One](#section-2)
- [Step Two](#section-3)
- [Step Three](#section-4)

About Package
-------------

[](#about-package)

Laravelia Autoposter is a composer package for Laravel application. This package will help you to auto post or auto share your content on social media. In this initial release, we are providing `Facebook` and `Tumblr` to share your contect automatically.

Step One
--------

[](#step-one)

In this first step, go to your project root directory and open `your_project/composer.json` file and update it with this below code:

### `project/composer.json`

[](#projectcomposerjson)

```
"require": {
    "laravelia/autoposter": "^1.0.1"
},

```

And run 🦊

```
composer update

```

Or you can install it via composer directly 🦊

```
composer require laravelia/autoposter

```

Step Two
--------

[](#step-two)

In this second step, You need to publish autoposter vendor to get `config/autoposter.php`.

```
php artisan vendor:publish --provider='Laravelia\Autoposter\AutoPosterServiceProvider

```

This command will generate `config/autoposter.php` file and configure it with your credentials like this 🦊

`your_project/config/autoposter.php`

```
