hi2binay/laravel-package-generator

This is package is use to create laravel package skeleton

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

This package is auto-updated.

Last update: 2024-09-27 13:13:09 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.