定制 laravel-ready/packager 二次开发

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

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

laravel-ready/packager

最新稳定版本:v1.4.0

Composer 安装命令:

composer require laravel-ready/packager

包简介

Laravel package generator package

README 文档

README

Packager

Stable Version Unstable Version Total Downloads License

📂 About

Currently, Laravel does not provide a package creation / generation / wizard tool. Packager is a package creation tool and it fills this field. You can create laravel packages with this tool on CLI easily. Generally, we use singleton packages for developing laravel packages, or we often craft the packages manually. This takes some time and it process is open to errors. Packager generates all files from templates and accelerates the development phases.

Notes:

📦 Installation

Install globally

composer global require laravel-ready/packager --dev

📝 Usage

  1. Create a Github or Gitlab repository for your package
  2. Pull the package to your local machine
  3. Run packager new command
  4. Enter required information
  5. Install the package with composer install command
  6. Start developing your package

Create a package

packager new or packager n

统计信息

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

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-09