PHPackages                             stumason12in12/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. stumason12in12/blog

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

stumason12in12/blog
===================

Simple markdown blog for 12in12 apps

v2.1.0(1y ago)015[2 PRs](https://github.com/absolutetouch/blog/pulls)MITPHPPHP ^8.2CI passing

Since Oct 17Pushed 1mo agoCompare

[ Source](https://github.com/absolutetouch/blog)[ Packagist](https://packagist.org/packages/stumason12in12/blog)[ Docs](https://github.com/stumason12in12/blog)[ GitHub Sponsors](https://github.com/stumason)[ RSS](/packages/stumason12in12-blog/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (15)Versions (12)Used By (0)

Simple markdown blog for 12in12 apps
====================================

[](#simple-markdown-blog-for-12in12-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/37e6414cd3c77ab6dd2f701d91c3c1a2753e0b22b809f351e3928ad0a7ee78f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7374756d61736f6e3132696e31322f626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stumason12in12/blog)[![GitHub Tests Action Status](https://camo.githubusercontent.com/6840243df23a6ab036660cd2bf0bc393fa9fed0dea5899548985374683c0ab6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7374756d61736f6e3132696e31322f626c6f672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/stumason12in12/blog/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a176097c71ec46dfc8ec5a5bd730824ad75b5844c19fd8bdbb56dfdb3b7601c5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7374756d61736f6e3132696e31322f626c6f672f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/stumason12in12/blog/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/22749b8e54eaabcbbebd7170955985d7babb140ac3ed889822a895751ab80c87/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7374756d61736f6e3132696e31322f626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stumason12in12/blog)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/a37c33b2036e4ebbc13f86eed6c9b56d907d11af0f77c78db59e6be37122e9dc/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f626c6f672e6a70673f743d31)](https://spatie.be/github-ad-click/blog)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require stumason12in12/blog
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="blog-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="blog-config"
```

Config
------

[](#config)

```
