Tip
Package Wizard is a library for easy creation and customization of new projects with a CLI tool using ready-made templates.
To get the latest version of Package Wizard
, simply require the project using Composer:
composer global require package-wizard/installer:*
Once in the folder, call the paw
console command and follow the prompts.
The wizard will ask some questions and generate initial files for your project.
paw
paw package-wizard/laravel
paw package-wizard/writerside
paw package-wizard/console
paw package-wizard/composer
paw moonshine/app
paw laravel/laravel
paw laravel/livewire-starter-kit
paw laravel/vue-starter-kit
paw laravel/react-starter-kit
See the documentation for detailed installation instructions.
For detailed information while the application is running, run it with the -vvv
parameter:
paw -vvv
The Package Wizard
is licensed under the MIT License.