laravel-ready/packager

Laravel package generator package

v1.4.0 2024-01-27 10:44 UTC

This package is auto-updated.

Last update: 2024-03-27 10:58:14 UTC


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