PHPackages                             koverae/koverae-publisher - 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. koverae/koverae-publisher

ActiveLibrary[Framework](/categories/framework)

koverae/koverae-publisher
=========================

Koverae Publish is a powerful, lightweight, and elegant blogging package designed for Laravel. Whether you're managing a personal blog, a company newsroom, or a content hub, Koverae Publish provides an intuitive and flexible solution for publishing, organizing, and managing content effortlessly.

v0.9(1y ago)120MITVuePHP ^7.4|^8.2

Since Mar 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Koverae/koverae-publisher)[ Packagist](https://packagist.org/packages/koverae/koverae-publisher)[ Docs](https://github.com/koverae/koverae-publisher)[ RSS](/packages/koverae-koverae-publisher/feed)WikiDiscussions main Synced 1mo ago

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

[![wink logo](/art/header.png?1)](/art/header.png?1)

Wink adds a nice UI where you can manage a publication of any size with posts, pages, tags, and authors.

You can add photos, code blocks, featured images, social media &amp; SEO attributes, embedded HTML (YouTube Videos, Embedded Podcasts Episodes, Tweets, ...), and markdown!

Wink is used to manage the [official Laravel blog](https://blog.laravel.com), [divinglaravel.com](https://divinglaravel.com), and many more.

Dark &amp; Light modes available so everyone is happy 😁

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

[](#installation)

Wink uses a separate database connection and authentication system so that you don't have to modify any of your project code.

To install Wink, run these commands in the root of your Laravel app:

```
composer require themsaid/wink
php artisan wink:install
php artisan storage:link
```

**Configure the database connection** wink is going to be using in `config/wink.php`. Then run:

```
php artisan wink:migrate
```

Head to `yourproject.test/wink` and use the provided email and password to log in.

Uploading to S3
---------------

[](#uploading-to-s3)

If you want to upload images to S3, update the `storage_disk` attribute in your `wink.php` configuration file to s3. Make sure your S3 disk is correctly configured in your `filesystems.php` configuration file.

```
's3' => [
    'driver' => 's3',
    'key' => env('AWS_ACCESS_KEY_ID'),
    'secret' => env('AWS_SECRET_ACCESS_KEY'),
    'region' => env('AWS_DEFAULT_REGION'),
    'bucket' => env('AWS_BUCKET'),
    'url' => env('CDN_URL'),
    'options' => [
        'CacheControl' => 'public, max-age=315360000'
    ],
],
```

Note: you're going to need to install the AWS-S3 Flysystem adapter, using `composer require league/flysystem-aws-s3-v3` for this to work.

Using Unsplash
--------------

[](#using-unsplash)

Visit  to create a new unsplash app. Grab the 'Access Key' and add it to your `.env` file as `UNSPLASH_ACCESS_KEY`. Lastly, add unsplash to your `config/services.php` file:

```
'unsplash' => [
    'key' => env('UNSPLASH_ACCESS_KEY'),
],
```

Updates
-------

[](#updates)

After each update, make sure you run these commands:

```
php artisan wink:migrate
php artisan vendor:publish --tag=wink-assets --force
```

Displaying your content
-----------------------

[](#displaying-your-content)

Wink is faceless, it doesn't have any opinions on how you display your content in your frontend. You can use the wink models in your controllers to display the different resources:

- `Wink\WinkPost`
- `Wink\WinkPage`
- `Wink\WinkAuthor`
- `Wink\WinkTag`

To display posts and pages content, use `$post->content` instead of `$post->body`. The content will always be in HTML format while the body might be HTML or raw markdown based on the post type.

Credits
-------

[](#credits)

- [Mohamed Said](https://github.com/themsaid)
- [All contributors](https://github.com/themsaid/wink/contributors)

Special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨

Contributing
------------

[](#contributing)

Check the [contribution guide](CONTRIBUTING.md).

License
-------

[](#license)

Wink is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance45

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

9

Last Release

428d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9284dde0bef7f702669d338c0d9b12c7e4a9ca406ea45865df41260e0d79faf7?d=identicon)[Koverae](/maintainers/Koverae)

---

Top Contributors

[![Arden28](https://avatars.githubusercontent.com/u/113308773?v=4)](https://github.com/Arden28 "Arden28 (1 commits)")

---

Tags

blogblogging-systemcmslaravelvuejswrittingframeworklaravelblogkoveraekoverae-publisher

### Embed Badge

![Health badge](/badges/koverae-koverae-publisher/health.svg)

```
[![Health](https://phpackages.com/badges/koverae-koverae-publisher/health.svg)](https://phpackages.com/packages/koverae-koverae-publisher)
```

###  Alternatives

[themsaid/wink

Wink Publishing Framework.

2.9k101.1k2](/packages/themsaid-wink)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
