Download the PHP package pyro/custom-install without Composer
On this page you can find all versions of the php package pyro/custom-install. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package custom-install
Customizable Installer for PyroCMS
This package allows you to:
- Exclude certain modules or extensions from being installed
- Exclude certain modules or extensions from being seeded
- Skip certain installer steps
- Start installation at step
- Thrown exceptions during installation will ask you if you want to continue to the next step or
- Add PyroCMS add-ons as composer dependency without automatically installing them
- Ignore trivial errors
- etc...
Installation
Provider
Configuration
Use the provided config. Some examples:
install
Command
You might prefer to check this in the console using the --help
option.
Basically all custom_install.php
configuration values can be overridden using the options.
Usage
install [--ready] [--call_before [CALL_BEFORE]] [--dispatch_before [DISPATCH_BEFORE]] [--call_after [CALL_AFTER]] [--dispatch_after [DISPATCH_AFTER]] [--skip_steps [SKIP_STEPS]] [--start_from_step [START_FROM_STEP]] [--ignore_exceptions] [--skip_install [SKIP_INSTALL]] [--skip_seed [SKIP_SEED]] [--include [INCLUDE]] [--exclude [EXCLUDE]] [--skip_base_migrations] [--skip_base_seeds] [--] [<method>]
install list
Arguments
method
method name
- Is required: no
- Is array: no
- Default:
'install'
Options
--ready
Indicates that the installer should use an existing .env file.
- Accept value: no
- Is value required: no
- Is multiple: no
- Default:
false
--call_before
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--dispatch_before
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--call_after
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--dispatch_after
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--skip_steps
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--start_from_step
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--ignore_exceptions
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--skip_install
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--skip_seed
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--include
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--exclude
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--skip_base_migrations
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--skip_base_seeds
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--help|-h
Display this help message
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--quiet|-q
Do not output any message
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--verbose|-v|-vv|-vvv
Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--version|-V
Display this application version
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--ansi
Force ANSI output
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--no-ansi
Disable ANSI output
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--no-interaction|-n
Do not ask any interactive question
- Accept value: no
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--env
The environment the command should run under
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
--app
The application this command should run under.
- Accept value: yes
- Is value required: no
- Is multiple: no
- Default: The value of this option in the
custom_install.php
configuration file
All versions of custom-install with dependencies
laradic/support Version ~2.0
anomaly/streams-platform Version ~1.5