Liaison Installer for CodeIgniter4
A full suite installer for CodeIgniter4. (Inspired from Laravel Installer and fortified with other features)
Installation:
Usage:
Features:
A full suite installer for CodeIgniter4. (Inspired from Laravel Installer and fortified with other features)
Installation:
Code:
> composer global require paulbalandan/codeigniter4-installer
Usage:
Code:
> codeigniter4 new [--dev] [--with-git] [--with-gitflow] [-f|--force] [--] [<name>]
Features:
- Downloads and extracts the right CI4 version
- Removes extraneous files and directories
- Creates out-of-the-box phpunit.xml.dist and phpunit GitHub action for continuous integration tests
- Prepares your composer.json
- Initializes empty Git repository and Git Flow, if desired
- Other features to come!