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:
composer require mumble/mburger
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
php artisan vendor:publish --provider="Mumble\MBurger\MBurgerServiceProvider"
2.2 Project API Key
Place your API KEY in your .env
file like that
MBURGER_API_KEY=1234567890ABCDEFGHI
If you don't have an API KEY yet, please generate one under your project settings page.
Last updated
Was this helpful?