PHPackages                             rockbuzz/lara-posts - 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. rockbuzz/lara-posts

ActiveLibrary

rockbuzz/lara-posts
===================

Management of posts

0.0.5(4y ago)1144MITPHPPHP &gt;=7.3

Since Oct 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rockbuzz/lara-posts)[ Packagist](https://packagist.org/packages/rockbuzz/lara-posts)[ RSS](/packages/rockbuzz-lara-posts/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

Lara Posts
==========

[](#lara-posts)

Management of posts

[![Build Status](https://camo.githubusercontent.com/0d737d1838dbc494d8e0060196d69bbd03100e92c47e0e54315e439e7e5b21db/68747470733a2f2f7472617669732d63692e6f72672f726f636b62757a7a2f6c6172612d706f7374732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rockbuzz/lara-posts)

Requirements
------------

[](#requirements)

PHP &gt;=7.2

Install
-------

[](#install)

```
$ composer require rockbuzz/lara-posts
```

```
$ php artisan vendor:publish --provider="Rockbuzz\LaraPosts\ServiceProvider" --tag="migrations"
```

```
$ php artisan migrate
```

Config
------

[](#config)

```
$ php artisan vendor:publish --provider="Rockbuzz\LaraPosts\ServiceProvider" --tag="config"
```

```
