creative-syntax/devnote
最新稳定版本:v1.0.0
Composer 安装命令:
composer require creative-syntax/devnote
包简介
A laravel package for manage project note or todos for developers in local env
README 文档
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
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-27