PHPackages                             gokulsingh/quick-note - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gokulsingh/quick-note

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gokulsingh/quick-note
=====================

114PHPCI passing

Since Mar 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/PreciousGariya/filament-quick-note)[ Packagist](https://packagist.org/packages/gokulsingh/quick-note)[ RSS](/packages/gokulsingh-quick-note/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

**Quick Note - A Filament Plugin**
==================================

[](#quick-note---a-filament-plugin)

**Quick Note** is a Filament plugin that allows users to create and manage quick notes with categories and images.

**Features**
------------

[](#features)

✅ Create, edit, and delete notes
✅ Organize notes into categories
✅ Upload images for notes and categories
✅ User-based note management

**Installation**
----------------

[](#installation)

```
composer require gokulsingh/quick-note
```

### **Publish Migrations &amp; Assets**

[](#publish-migrations--assets)

```
php artisan vendor:publish --tag=quick-note-migrations
php artisan migrate
```

**Usage**
---------

[](#usage)

### **Register the Plugin in Filament Panel**

[](#register-the-plugin-in-filament-panel)

In your `PanelProvider.php`, add:

```
use Gokulsingh\QuickNote\QuickNotePlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            QuickNotePlugin::make()->role('admin')
        ]);
}
```

**Database Structure**
----------------------

[](#database-structure)

### **Notes Table**

[](#notes-table)

ColumnTypeDescriptionidintPrimary KeytitlestringNote titledescriptiontextNote contentimagestringNote image (optional)notes\_category\_idforeignIdLinked to `notes_categories`user\_idforeignIdLinked to `users`created\_attimestampTimestamp### **Notes Categories Table**

[](#notes-categories-table)

ColumnTypeDescriptionidintPrimary KeynamestringCategory namedescriptiontextCategory descriptionimagestringCategory imagecreated\_attimestampTimestamp**Screenshots**
---------------

[](#screenshots)

🚀 Coming soon!

**Contributing**
----------------

[](#contributing)

Feel free to submit issues and pull requests to improve the plugin!

**Support My Work ❤️**
----------------------

[](#support-my-work-️)

If you find this plugin useful, consider supporting me:

☕ [Buy Me a Coffee](https://buymeacoffee.com/preciousgariya)

**License**
-----------

[](#license)

This package is open-source and licensed under the [MIT License](LICENSE).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d418099683e1e7d3a4afccf4e1ee0f71619356748e2110916a311bad759f70a?d=identicon)[preciousgariya98](/maintainers/preciousgariya98)

---

Top Contributors

[![PreciousGariya](https://avatars.githubusercontent.com/u/113532935?v=4)](https://github.com/PreciousGariya "PreciousGariya (7 commits)")

### Embed Badge

![Health badge](/badges/gokulsingh-quick-note/health.svg)

```
[![Health](https://phpackages.com/badges/gokulsingh-quick-note/health.svg)](https://phpackages.com/packages/gokulsingh-quick-note)
```

###  Alternatives

[hackzilla/ticket-bundle

This Bundle provides multilingual ticketing functionality for Symfony applications.

6529.3k1](/packages/hackzilla-ticket-bundle)[davist11/craft-reroute

Manage 301/302 redirects in the control panel.

607.1k](/packages/davist11-craft-reroute)[werfu/magento2-url-key-mask

Enable Product and Category URL\_key generation using masks

135.4k](/packages/werfu-magento2-url-key-mask)

PHPackages © 2026

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