Installation

Requirements

Installation Steps

  1. Open your terminal and create a new Webiik project by issuing the Composer create-project:
    composer create-project webiik/webiik your-project-name
    
  2. Configure your web-server to serve content from your-project-name/public folder or change baseUri configuration in your-project-name/private/config/app.php.

Production