PHPackages                             creative-syntax/devnote - 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. creative-syntax/devnote

ActiveLaravel-package[Utility &amp; Helpers](/categories/utility)

creative-syntax/devnote
=======================

A laravel package for manage project note or todos for developers in local env

v1.0.0(2y ago)04MITPHPPHP &gt;=5.4.0

Since May 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dev-arindam-roy/devnote-laravel-package)[ Packagist](https://packagist.org/packages/creative-syntax/devnote)[ RSS](/packages/creative-syntax-devnote/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Devnote - Laravel Package
=========================

[](#devnote---laravel-package)

A laravel package for manage project note or todos for developers in local env

Purpose/Benefit of it -
-----------------------

[](#purposebenefit-of-it--)

As a developer, if you working on multiple project then it dificult to manage or remember task/todos respect to each project. That's why this plugin will help you.

How to use?
-----------

[](#how-to-use)

Just install the package in your laravel project and the application will run automatically in the right-bottom section of every page, if your env setup is local.

```
APP_ENV=local
```

When your project goes Live/Production then it automatically disabled.

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

[](#installation)

> **No dependency on PHP version and LARAVEL version**

### STEP 1: Run the composer command:

[](#step-1-run-the-composer-command)

```
composer require creative-syntax/devnote
```

### STEP 2: Laravel without auto-discovery:

[](#step-2-laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
CreativeSyntax\DevNote\DevNoteServiceProvider::class,
```

### STEP 3: Publish the assets:

[](#step-3-publish-the-assets)

```
php artisan vendor:publish --provider="CreativeSyntax\DevNote\DevNoteServiceProvider" --force

- OR -

php artisan vendor:publish --tag=devnote-assets --force
```

[![2023-05-27_132203](https://private-user-images.githubusercontent.com/24665327/241371659-e124c732-6916-46ad-a79d-eedbd94a5639.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU1NjAyMTUsIm5iZiI6MTc3NTU1OTkxNSwicGF0aCI6Ii8yNDY2NTMyNy8yNDEzNzE2NTktZTEyNGM3MzItNjkxNi00NmFkLWE3OWQtZWVkYmQ5NGE1NjM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA3VDExMDUxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVlZGQ1MTkxOGViZTE0YzJiNGJiNGQ3YmNhYzIwZTAyZjhjMTcwYzQ5YWZiYzIyNDZhNzNmOTIwYjRkMzQzMDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yj5SAUpOsBOVwiLVSbCSTTqmPYCLAJZ8fqh7frzFmRU)](https://private-user-images.githubusercontent.com/24665327/241371659-e124c732-6916-46ad-a79d-eedbd94a5639.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU1NjAyMTUsIm5iZiI6MTc3NTU1OTkxNSwicGF0aCI6Ii8yNDY2NTMyNy8yNDEzNzE2NTktZTEyNGM3MzItNjkxNi00NmFkLWE3OWQtZWVkYmQ5NGE1NjM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA3VDExMDUxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVlZGQ1MTkxOGViZTE0YzJiNGJiNGQ3YmNhYzIwZTAyZjhjMTcwYzQ5YWZiYzIyNDZhNzNmOTIwYjRkMzQzMDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yj5SAUpOsBOVwiLVSbCSTTqmPYCLAJZ8fqh7frzFmRU)

Purpose/Benefit of it -
-----------------------

[](#purposebenefit-of-it---1)

As a developer, if you working on multiple project then it dificult to manage or remember task/todos respect to each project. That's why this plugin will help you.

How to use?
-----------

[](#how-to-use-1)

Just install the package in your laravel project and the application will run automatically, if your env setup is local.

License MIT
-----------

[](#license-mit)

2023 - 2030

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1088d ago

### Community

Maintainers

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

---

Top Contributors

[![dev-arindam-roy](https://avatars.githubusercontent.com/u/24665327?v=4)](https://github.com/dev-arindam-roy "dev-arindam-roy (5 commits)")

---

Tags

laravel todocreative-syntaxonexcrmarindamdevnotetodoslaravel-devnote

### Embed Badge

![Health badge](/badges/creative-syntax-devnote/health.svg)

```
[![Health](https://phpackages.com/badges/creative-syntax-devnote/health.svg)](https://phpackages.com/packages/creative-syntax-devnote)
```

PHPackages © 2026

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