PHPackages                             fallenbg/stickies - 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. fallenbg/stickies

ActiveLibrary

fallenbg/stickies
=================

Admin panel sticky notes for laravel-admin

v0.2.3(6y ago)165[1 issues](https://github.com/FallenBG/stickies/issues)MITJavaScriptPHP &gt;=7.1.3

Since Apr 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/FallenBG/stickies)[ Packagist](https://packagist.org/packages/fallenbg/stickies)[ Docs](https://github.com/FallenBG/stickies)[ RSS](/packages/fallenbg-stickies/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

Stickies is a laravel-admin extension that will allow you to create sticky notes inside your admin-panel.
=========================================================================================================

[](#stickies-is-a-laravel-admin-extension-that-will-allow-you-to-create-sticky-notes-inside-your-admin-panel)

This extension combines [laravel-admin](https://github.com/z-song/laravel-admin) and [Post It All!](https://github.com/txusko/PostItAll)

The main features are that the notes are not only localstorage saved but put into DB and loaded on refresh into the storage so nothing can be lost by mistake. This can be used during development for throwing notes and links for JIRA tickets for specific pages and elements for example.

The main idea behind this package is to begin learning laravel and packages so it will be far from perfect - I'm open for suggestions.

- Each page have it's own Stickies.
- Delete all will delete the Stickies for the current page.
- Create news Sticky with the button at the top right corner.

[![alt text](https://camo.githubusercontent.com/662a937bef877cb9aa624c1106ccbb45d99e07e6af48725d8f39c2ef46b3f58b/68747470733a2f2f692e696d6775722e636f6d2f617047593068412e706e67)](https://camo.githubusercontent.com/662a937bef877cb9aa624c1106ccbb45d99e07e6af48725d8f39c2ef46b3f58b/68747470733a2f2f692e696d6775722e636f6d2f617047593068412e706e67)

Requirements
------------

[](#requirements)

laravel-admin &gt;= 1.6.0 PHP &gt;= 7.1.3

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

[](#installation)

```
$ composer require fallenbg/stickies

$ php artisan vendor:publish --provider=Encore\Stickies\StickiesServiceProvider --force

$ php artisan migrate --path=\vendor\fallenbg\stickies\database\migrations

```

Add the Following code inside \\app\\Admin\\Bootstrap.php to see the create new sticky icon

```
Admin::navbar(function (\Encore\Admin\Widgets\Navbar $navbar) {
    $navbar->right('');
});

```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~7 days

Total

7

Last Release

2541d ago

PHP version history (2 changes)v0.1PHP &gt;=7.0.0

v0.2.2PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0baa55141a7c00df99fa256e9c690699dabbfe4f4d265744c023e87b9e9a10b?d=identicon)[FallenBG](/maintainers/FallenBG)

---

Top Contributors

[![FallenBG](https://avatars.githubusercontent.com/u/1086496?v=4)](https://github.com/FallenBG "FallenBG (9 commits)")

---

Tags

extensionnoteslaravel-adminstickystickies

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fallenbg-stickies/health.svg)

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

###  Alternatives

[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58180.9k2](/packages/laravel-admin-ext-grid-lightbox)[james.xue/login-captcha

laravel-admin 登录验证码

3725.4k](/packages/jamesxue-login-captcha)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)[laravel-admin-ext/sparkline

Integrates jQuery sparkline into laravel-admin

161.1k](/packages/laravel-admin-ext-sparkline)

PHPackages © 2026

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