Filakit Installer is a command-line tool to quickly create new Filakit applications. It provides an interactive and user-friendly experience for bootstrapping your Filakit projects, supporting multiple versions and options for advanced users.
- Installs the latest or specific versions of Filakit
- Interactive prompts for configuration
- Supports Laravel Herd and Valet environments
- Checks for required PHP extensions
- Force installation even if the directory exists
- PHP >= 8.2
- Composer
- Required PHP extensions: tokenizer
Install Filakit Installer globally using Composer:
composer global require filakitphp/installerMake sure Composer's global bin directory is in your PATH.
To create a new Filakit application, run:
filakit new <project-name>--v4Install Filakit v4--forceForce installation even if the directory already exists
Example:
filakit new my-app --v4 --forceClone the repository and install dependencies:
composer installRun the installer locally:
php filakit new test-appRun tests with PHPUnit:
composer testThis project is open-sourced software licensed under the MIT license.
Jefferson Simão Gonçalves
For more information, see the source code or open an issue on the repository.
