Skip to content
Matti van de Weem edited this page Feb 16, 2015 · 1 revision
Not liking CLI stuff? Skip Chisel then :).

#Chisel Chisel is Quartz build in CLI tool, it helps you with migrations, your development envoirment and making your life overal a bit better.

So what does it do?

Basics

Chisel is ran from your command line (I did not test this on those 'windows machines', but i asume it does not work there. (Get a vm or a unix machine)).

Chisel is written in php (what a surprise!) and is usable witouth any different installs. Quartz defaults will do.

Start using Chisel by running php chisel start from the root directory of your project.

Functions

###php chisel serve [-p="4000"] -o Chisel serve opens a little webserver (Don't you dare to use it in production envoirment, it's for developing). By using serve you don't have to setup an entire LAMP Stack on your machine. Ofcourse you still need a lot of recourses like a mysql server. (but hey, a short domain and no stuff with vhosts!)

options

  • -p="" Select a different port then the default 9000
  • -o Try to open the direct link in your browser

Install

Design

Routing

Chisel

Clone this wiki locally