PHPackages                             srikanth.240369/wink - 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. srikanth.240369/wink

ActiveLibrary[Framework](/categories/framework)

srikanth.240369/wink
====================

Wink Publishing Framework.

041Vue

Since Oct 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/srikanth240369/wink)[ Packagist](https://packagist.org/packages/srikanth.240369/wink)[ RSS](/packages/srikanth240369-wink/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/b3fcdfc5725b1fd2817d120e4009dd69a371ac848876d35ce8eca6cdc3643678/68747470733a2f2f7468656d736169642e636f6d2f696d672f77696e6b2e6a70673f31)](https://camo.githubusercontent.com/b3fcdfc5725b1fd2817d120e4009dd69a371ac848876d35ce8eca6cdc3643678/68747470733a2f2f7468656d736169642e636f6d2f696d672f77696e6b2e6a70673f31)

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 srikanth.240369/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.

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

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/656af98451e012fc06237b8da992be654b74b345d1de2b485d780648ae3b303c?d=identicon)[srikanth.240369](/maintainers/srikanth.240369)

### Embed Badge

![Health badge](/badges/srikanth240369-wink/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M528](/packages/laravel-passport)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)

PHPackages © 2026

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