medinaproduction/laravel-toolkit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

medinaproduction/laravel-toolkit

最新稳定版本:1.0.2

Composer 安装命令:

composer require medinaproduction/laravel-toolkit

包简介

MedinaProduction Laravel Toolkit Package

关键字:

README 文档

README

This package is designed to help with general tools in MedinaProduction Laravel projects.

Simple usage

To use this package, follow these steps:

  1. In your projects composer.json file, add the following:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@gitlab.com:medinaproduction/laravel-toolkit.git"
    }
]
  1. In the terminal for your project, write the following:
composer require medinaproduction/laravel-toolkit`

How to use (and develop)

To use this package and to continue developing the package, follow these steps:

  1. In your projects composer.json file, make sure you have the following:
composer require mnsami/composer-custom-directory-installer
  1. When question apperears: Do you trust "mnsami/composer-custom-directory-installer"... press y.
  2. Add the following to the composer.json file.
"extra": {
    ...
    "installer-paths": {
        ...
        "./support/laravel-toolkit": ["medinaproduction/laravel-toolkit"],
    }
},
  1. Also add the following to the repositories section:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@gitlab.com:medinaproduction/laravel-toolkit.git"
    }
]
  1. Finally, run the following command:
composer require medinaproduction/laravel-toolkit --prefer-source
  1. A new clone of the repository is created under support/laravel-toolkit/....

Get tests to work

Note: This guide is for testing in a standalone folder. If you want to run tests within the support folder, the process may be a bit different.

  1. Naviage to package in termianl cd support/laravel-toolkit
  2. Make sure you have run composer update in your package folder
  3. Run tests ./vendor/bin/phpunit

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-30