norman-huth/package-init

Initialize a (Laravel) Composer package.

Fund package maintenance!
Muetze42
Ko Fi
huth.it/coffee

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/norman-huth/package-init

v1.1.0 2023-11-06 08:51 UTC

This package is auto-updated.

Last update: 2025-10-06 13:17:38 UTC


README

Create a (Laravel) Composer package via cli.

Features:

  • Same as composer init
  • Add different authors (name, email, homepage)
  • Add licence file
  • Add optional Configuration, Migrations, Routes, View and Language Files for Laravel package

Install

composer global require norman-huth/package-init

And register command in Lura:

lura register norman-huth/package-init

Usage

Run Lura in cli.

lura

Many parts of the code were taken from the Composer package by Nils Adermann and Jordi Boggiano.