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. [Admin Panels](/categories/admin)
4. /
5. fallenbg/stickies

ActiveLibrary[Admin Panels](/categories/admin)

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

Admin panel sticky notes for laravel-admin

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

Since Apr 17Pushed 7y 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 2w 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 9% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

2588d ago

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

v0.2.2PHP &gt;=7.1.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1086496?v=4)[FallenBG](/maintainers/FallenBG)[@FallenBG](https://github.com/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/lock-screen

Lock-screen page for laravel-admin

2317.2k](/packages/laravel-admin-ext-lock-screen)[jadekun/sku

382.2k](/packages/jadekun-sku)[jonexyz/wang-editor-v4

laravel admin editor

161.4k](/packages/jonexyz-wang-editor-v4)[namet/laravel-admin-tagsinput

tagsinput for laravel-admin Form

102.7k](/packages/namet-laravel-admin-tagsinput)

PHPackages © 2026

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