Jump to Content
Artificer
GuidesDiscussions
DiscussionsArtificer
Guides
Discussions
GuidesDiscussions

Getting started

  • Introduction
  • Installation
  • FAQ

Themes

  • Getting started

Fields

  • Introduction
  • Adding a Field

Extending

  • Introduction
  • Creating an extension
  • Plugin in detail

Contributing

  • How to contribute

Roadmap

  • Versions
  • Plugins
Powered by 

Installation

Suggest Edits

1. Install through Composer, obviously

composer require mascame/artificer

Or manually:

...
	"require": {
    ...
    "mascame/artificer": "dev-master"
  },
...

2. Add the Service Provider

<?php

...
Mascame\Artificer\ArtificerServiceProvider::class,
...

Updated less than a minute ago


  • Table of Contents
    • 1. Install through Composer, obviously
    • 2. Add the Service Provider