bakgul / repository-builder
This is the package that will build repository.
Requires
- php: ^8.1
- bakgul/file-content: ^4.0
- bakgul/file-history: ^4.0
- bakgul/kernel: ^4.0
- bakgul/laravel-file-creator: ^4.0
- bakgul/laravel-helpers: ^1.0
- bakgul/laravel-package-generator: ^4.0
- bakgul/laravel-resource-creator: ^4.0
README
This is a part of a bigger packages' bundle Packagified LAravel. This package prepare the repository to code.
DISCLAIMER
It should be production-ready but hasn't been tested enough. You should use it carefully since this package will manipulate your files and folders. Always use a version-control.
Installation
You should use this package in the bundle. So, install Packagified LAravel.
Commands
VERY IMPORTANT NOTE
You should use this command only in a freshly installed Laravel app. This command will wipe out some folders, and you will probably lose your previous codes.
Before you call it, make sure you set repository type properly. After publishing the settings, go to config/packagify.php
and check for essential settings. After you make the changes, run the command down below.
sail artisan build-pl
Arguments
This command accepts no argument.
Options
This command accepts no option.