A command-line tool to generate skeletons for Filament packages. It uses this template to generate the package.
💡 This package is inspired by Spatie Laravel Package.
You can install the package via Composer globally and use it as a command line tool:
composer global require g4b0rdev/filament-package-skeleton-cli
or you can download the phar file from the releases page.
- Download the file from the releases page.
- Move the file to your bin directory:
sudo mv filament-package-skeleton-cli /usr/local/bin/filament-package-skeleton-cli
- Make the file executable:
chmod +x /usr/local/bin/filament-package-skeleton-cli
Creates a new FilamentPHP package project.
Usage:
filament-package-skeleton new <package-name>
Parameters:
<package-name>
: The name of the new package.
Options:
--standalone
: Create a standalone filament package
Changes the global configuration of the Filament Package Skeleton CLI.
Usage:
filament-package-skeleton config
This configs can be globally set for generating new filament packages
Vendor name
: Set the base vendor name globally.Path
: Set the publish package path globally.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.