Installation

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,
...

Did this page help you?