Lumberjack
WebsiteRareloopTimber DocumentationTwig Documentation
v3
v3
  • Documentation
  • Getting Started
    • Installation
    • Quick Start
    • Configuration
  • The Basics
    • Lifecycle
    • Post Types
    • WordPress Controllers
    • Routing
    • HTTP Responses
  • Container
    • Using the Container
    • Service Providers
    • Facades
  • Misc
    • Changelog
    • Contributing
    • Notable Mentions
    • Code of Conduct
    • View on GitHub
    • Submit an issue
Powered by GitBook
On this page
  • Requirements
  • Installing
  1. Getting Started

Installation

Requirements

  • PHP >=7.0

  • Installation via Composer (e.g. Bedrock)

Installing

This repository is a starter theme. To get started you should download this and add it to your themes/ directory.

The theme depends on the core Lumberjack framework. Install this via composer, like so:

composer require rareloop/lumberjack-core

Currently using a child-theme to extend this theme is unsupported.

PreviousDocumentationNextQuick Start

Last updated 2 years ago