hi2binay/laravel-package-generator

This is package is use to create laravel package skeleton

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/hi2binay/laravel-package-generator

v1.44 2024-07-27 12:44 UTC

This package is auto-updated.

Last update: 2025-11-27 15:37:11 UTC


README

This package can be used to generate package in laravel

Uses

Before use create package command add following /* * Customer Service Providers */ in config/app.php at the of end provider array.

-- Create a new package php artisan package:make BK, it will create BK dir in packages dir with all basic folders and files.