PHPackages                             bozboz/jam-blog - 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. bozboz/jam-blog

AbandonedLibrary

bozboz/jam-blog
===============

v1.0.0(9y ago)0237PHP

Since May 4Pushed 4y ago3 watchersCompare

[ Source](https://github.com/bozboz/jam-blog)[ Packagist](https://packagist.org/packages/bozboz/jam-blog)[ RSS](/packages/bozboz-jam-blog/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

JAM Blog
========

[](#jam-blog)

1. Installation
---------------

[](#1-installation)

1. Require the package in Composer, by running `composer require bozboz/jam-blog`
2. Add `Bozboz\JamBlog\Providers\JamBlogServiceProvider::class,` to the providers array config/app.php

2. Setup
--------

[](#2-setup)

### 2.1. Posts

[](#21-posts)

You'll need an entity type to represent your posts.

eg.

```
