Installation & Configuration
This package provides a simple interface between your Laravel Project and the MBurger CMS, helping you to retrieve data easily.
1.0 Installation
This package can be installed via Composer:
2.0 Configuration
There are only a few steps separating you from using our PHP SDK.
2.1 Publish the ServiceProvider
First of all you need to publish the Service Provider with the MBurger configuration that you'll find under config/mburger.php
2.2 Project API Key
Place your API KEY in your .env
file like that
If you don't have an API KEY yet, please generate one under your project settings page.
Last updated