承接 mastani/nova-git-manager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mastani/nova-git-manager

Composer 安装命令:

composer require mastani/nova-git-manager

包简介

Laravel Nova Git Manager tool.

README 文档

README

This is a package for Laravel Nova which allows you to easily manage your Git.

Total Downloads Latest Stable Version Latest Unstable Version License

Screeenshots

Laravel Nova Git Manager Tool

Requirements

  • PHP >= 7.1
  • Laravel application with Laravel Nova installed
  • shell_exec function enabled (For running git log/checkout/pull commands). See usage

Installation

Install the package via composer:

$ composer require mastani/nova-git-manager

Register the tool in the tools method of the NovaServiceProvider:

// app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Mastani\NovaGitManager\NovaGitManager,
    ];
}

Customizations (Optional)

If you want to change the "Git Path" or "Commit URL" you can publish the config file:

php artisan vendor:publish --provider="Mastani\NovaGitManager\ToolServiceProvider" --tag="config"

Now head over to "config/nova-git-manager.php" and you can change the value:

/*
|--------------------------------------------------------------------------
| Git root path
|--------------------------------------------------------------------------
|
| Determine the default Git root path
| Default is your project base path.
|
*/

'git_path' => base_path(),

/*
|--------------------------------------------------------------------------
| Commit base url
|--------------------------------------------------------------------------
|
| Determine the default Git commit url
| Example for Github: https://github.com/your_username/your_repository/commit/%s
| Example for Gitlab: https://gitlab.com/your_username/your_repository/-/commit/%s
|
*/

'commit_url' => 'https://github.com/your_username/your_repository/commit/%s'

Contributors

Amin Mastani

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 15
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-04-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固