Installation Suggest Edits1. Install through Composer, obviously Commandcomposer require mascame/artificer Or manually: composer.json... "require": { ... "mascame/artificer": "dev-master" }, ... 2. Add the Service Provider In your app/config.php at the bottom of 'providers'<?php ... Mascame\Artificer\ArtificerServiceProvider::class, ... Updated less than a minute ago Table of Contents 1. Install through Composer, obviously 2. Add the Service Provider