creative-syntax / devnote
A laravel package for manage project note or todos for developers in local env
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-package
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-10-27 11:44:27 UTC
README
A laravel package for manage project note or todos for developers in local env
Purpose/Benefit 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?
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
No dependency on PHP version and LARAVEL version
STEP 1: Run the composer command:
composer require creative-syntax/devnote
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:
php artisan vendor:publish --provider="CreativeSyntax\DevNote\DevNoteServiceProvider" --force - OR - php artisan vendor:publish --tag=devnote-assets --force
Purpose/Benefit 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?
Just install the package in your laravel project and the application will run automatically, if your env setup is local.
License MIT
2023 - 2030