PHPackages                             tallieutallieu/dry-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. tallieutallieu/dry-blog

ActiveLibrary

tallieutallieu/dry-blog
=======================

Dry Blog

v1.4.1(1mo ago)0121proprietaryPHP

Since Nov 7Pushed 1mo agoCompare

[ Source](https://github.com/TallieuTallieu/dry-blog)[ Packagist](https://packagist.org/packages/tallieutallieu/dry-blog)[ RSS](/packages/tallieutallieu-dry-blog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (52)Used By (0)

DRY Blog
========

[](#dry-blog)

Blog package for dry including migrations, backend managers, i18n support, categories, blocks, photos and authors.

#### Index

[](#index)

- [Installation](#installation)
- [Usage](#usage)

#### Installation

[](#installation)

```
composer require tallieutallieu/dry-blog

php oak migration migrate -m blog

```

##### Config options

[](#config-options)

NameDefaultcategoriestrueauthorstruephotostrueadvanced-layouttruetypes\['text-photo', 'photo-text', 'text', 'text-frame', 'quote', 'quote-text', 'text-quote', 'text-video', 'video-text'\]languages\['nl', 'en', 'fr'\]privatefalserequired-fields\['photo', 'title', 'slug', 'publication\_date'\]publication\_timestampfalsevideo\_types\['file', 'vimeo', 'youtube'\]#### Usage

[](#usage)

##### Register the service provider

[](#register-the-service-provider)

```
