creative-syntax/devnote
Devnote is a Laravel package that adds a small notes/todos widget to your app during local development. After installation it appears at the bottom-right of every page when APP_ENV=local and automatically disables in production.
A laravel package for manage project note or todos for developers in local env
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.
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.
No dependency on PHP version and LARAVEL version
composer require creative-syntax/devnote
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
CreativeSyntax\DevNote\DevNoteServiceProvider::class,
php artisan vendor:publish --provider="CreativeSyntax\DevNote\DevNoteServiceProvider" --force
- OR -
php artisan vendor:publish --tag=devnote-assets --force
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.
Just install the package in your laravel project and the application will run automatically, if your env setup is local.
2023 - 2030
How can I help you explore Laravel packages today?