PHPackages                             andremyid/post - 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. [Framework](/categories/framework)
4. /
5. andremyid/post

ActiveLibrary[Framework](/categories/framework)

andremyid/post
==============

The Andremyid Post package.

v0.1.0(9y ago)1141ProjectPHP &gt;=5.4.0

Since Sep 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Andremyid/post)[ Packagist](https://packagist.org/packages/andremyid/post)[ Docs](http://www.andre.my.id)[ RSS](/packages/andremyid-post/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (5)Used By (1)

post
====

[](#post)

The Andremyid Post package.

Installation
------------

[](#installation)

- Add the following to your `Composer JSON` file

```
"andremyid/post": "~0.0"

```

- Run Composer

```
$ composer update

```

- Add the following to 'Andremyid/Framework-Core' =&gt; 'ServiceProvider'

```
Andremyid\Post\PostServiceProvider

```

- Run the migration

You can use database from WordPress, or copy from sample database migrate manually (you can modify as you like of the sample)

```
// first, optional
$ composer dump-autoload
// and then
$ php andre migrate

```

Usage
-----

[](#usage)

### Extending

[](#extending)

- Sample Backend Page

```
