Installation & Configuration
This package provides a simple interface between your Laravel Project and the MBurger CMS, helping you to retrieve data easily.
This package can be installed via Composer:
composer require mumble/mburger
There are only a few steps separating you from using our PHP SDK.
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"
Place your API KEY in your
.env
file like thatMBURGER_API_KEY=1234567890ABCDEFGHI
If you don't have an API KEY yet, please generate one under your project settings page.
Last modified 2yr ago