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

v1.0.0 2023-05-27 08:24 UTC

This package is auto-updated.

Last update: 2024-05-27 10:49:07 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

2023-05-27_132203

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