logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Cradle Install - Install Framework Components | Online Free DevTools by Hexmos

Install Cradle framework components with Cradle Install. Streamline project setup and component management effortlessly. Free online tool, no registration required.

cradle-install

Install the Cradle PHP framework components. More information: https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#install.

  • Install Cradle’s components (User will be prompted for further details):

cradle install

  • Forcefully overwrite files:

cradle install {{[-f|--force]}}

  • Skip running SQL migrations:

cradle install --skip-sql

  • Skip running package updates:

cradle install --skip-versioning

  • Use specific database details:

cradle install -h {{hostname}} -u {{username}} -p {{password}}

See Also