package-wizard / composer-light
Lightweight project template
Fund package maintenance!
boosty.to/dragon-code
yoomoney.ru/to/410012608840929
Requires
- php: ^8.2
Requires (Dev)
- pestphp/pest: ^3.7.4
This package is auto-updated.
Last update: 2025-03-20 07:04:11 UTC
README
Tip
Package Wizard is a library for easy creation and customization of new projects with a CLI tool using ready-made templates.
Installation
To get the latest version of Package Wizard
, simply require the project using Composer:
composer require package-wizard/composer-light
Using
Describe here what your application will do.
And this template just returns the text:
use PackageWizard\ComposerLight\YourApp; return YourApp::get(); // This is a very cool project!
Documentation
See the documentation for detailed installation instructions.
License
The Package Wizard
is licensed under the :license:.