🛠️ Install BakeKit¶
Follow the steps below to install BakeKit, a modular CakePHP 5-based CMS starter with support for plugins, themes, widgets, and more.
📦 Requirements¶
Make sure your environment meets the following:
- PHP 8.1+
- Composer
- A web server (e.g., Apache or Nginx)
- A database (MySQL, MariaDB, etc.)
🚀 Installation¶
composer create-project bakewizard/bakekit myapp
cd myapp
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
bin/cake install
bin/cake server