Looking to hire Laravel developers? Try LaraJobs

packager maintained by laravel-ready

Description
Laravel package generator package
Author
Last update
2025/04/25 22:10 (dev-main)
License
Downloads
21

Comments
comments powered by Disqus

Packager

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