Skip to content
forked from craftcms/craft

Composer starter project for Craft CMS

License

Notifications You must be signed in to change notification settings

PunchBuggy/craft

 
 

Repository files navigation

Craft CMS

This repository is a fork of the official Craft CMS starter project, acting as a bootstrap template. If you've not used Craft before, I would recommend using the official repository, as this repo is quite opinionated on several structural decisions.

Getting started

You will need composer to follow these instructions.

  1. Configure an SQL database for the site to connect to.

  2. Create the project. This will take a few minutes while it pulls down all the dependencies it requires:

     composer create-project -n punchbuggy/craft <path>
    

    Replace <path> with the path to the project folder, or . if you would like to use the current folder.

  3. Configure the site to connect to the DB set up in step 1. You can do this by visiting /admin in a web browser, or running ./craft setup in your terminal.

  4. Hydrate the rest of the system with the following commands:

     ./craft migrate
     ./craft schematic/import --force
    

Original README:

About Craft CMS

Craft is a flexible and scalable CMS for creating bespoke digital experiences on the web and beyond.

It features:

Learn more about it at craftcms.com.

Tech Specs

Craft is written in PHP (7+), and built on the Yii 2 framework. It can connect to MySQL (5.5+) and PostgreSQL (9.5+) for content storage.

Installation

See the following documentation pages for help installing Craft 3:

Resources

Official Resources

  • Documentation – Everything from usage instructions to plugin guides.
  • Class Reference – Full API and class reference for plugin and module developers.
  • Demo site – Quickly launch a personalized demo of a Craft site.
  • Craft Slack – Join one of the most friendly and helpful Slack groups around.
  • Craft Commerce – First-party e-commerce platform for Craft.

Community Resources

About

Composer starter project for Craft CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.7%
  • HTML 28.6%
  • Batchfile 3.7%