@ijuantm/simpl-install
v2.0.0
Published
CLI tool to install the Simpl PHP framework.
Maintainers
Readme
Simpl Installer
CLI tool for installing the Simpl PHP framework automatically using npx.
Usage
Install the Framework
Create a new Simpl project by running the following command, change my-project to your desired project name:
npx @ijuantm/simpl-install my-projectOr run without a project name to be prompted for one:
npx @ijuantm/simpl-installThe installer will:
- Download the latest framework version
- Create a new project directory
- Set up all necessary files and folders
Get Help
npx @ijuantm/simpl-install --helpPost-Installation Steps
After the installation completes, run the following commands:
cd my-project
composer install && npm installFor more details, see the README file in the project directory, or in the documentation.
Installing Add-ons
Once your framework is installed, you can add functionality with add-ons, for example, to install the "auth" add-on:
npx @ijuantm/simpl-addon authSee available add-ons:
npx @ijuantm/simpl-addon --listRequirements
- Node.js: >= 20.x.x
- PHP: >= 8.4.x
- Composer: Latest version
