定制 g4t/package-maker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

g4t/package-maker

最新稳定版本:0.1

Composer 安装命令:

composer require g4t/package-maker

包简介

Package to make your own package

README 文档

README

G4T Package Maker

Laravel G4T Package Maker is a package that assists developers in easily creating and deleting their own packages with a single command.

Features

  • Easy Package Creation: Quickly scaffold a new package with `php artisan make:package`.
  • Simple Package Removal: Remove a package effortlessly with `php artisan remove:package`.
  • Automatic Composer Updates: The `composer.json` file is automatically updated after adding or removing a package.
  • Verification Link: Receive a link to verify that your newly created package is working correctly.

Installation

To install the Laravel G4T Package Maker, run the following command:

composer require g4t/package-maker

Usage

Creating a Package

To create a new package, use the following command:

php artisan make:package

Follow the on-screen instructions. Your new package will be located in the root path\ of your project, within the g4t/packages/ directory.

Removing a Package

To remove an existing package, use the following command:

php artisan remove:package

This command will also automatically update your composer.json file to reflect the removal.

Verification

After creating a package, you will receive a link to verify that your package is working correctly. Visit this link to ensure everything is set up properly.

Contribution

We welcome contributions to enhance the Laravel G4T Package Maker. If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on our GitHub repository.

G4T Package Maker is developed and maintained by HusseinAlaa.

License

This project is open-source and available under the MIT License.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-27