marianvlad/nova-env-card
Composer 安装命令:
composer require marianvlad/nova-env-card
包简介
A Laravel Nova card for editing .env file .
README 文档
README
Edit Environment file inside a modal.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require marianvlad/nova-env-card
Next up, you must register the card Nova. This is typically done in the cards method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php // ... public function cards() { return [ // ... (new \Marianvlad\NovaEnvCard\NovaEnvCard)->canSee(function ($request) { return $request->user()->role == 'admin'; }) ]; }
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 10.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-24