Laravel Eventbrite

Install

Via Composer

composer require dcblogdev/laravel-eventbrite

Config

You can publish the config file with:

php artisan vendor:publish --provider="Dcblogdev\Eventbrite\EventbriteServiceProvider" --tag="config"

When published, the config/box.php config file contains:

return [
    'key' => env('EVENTBRITE_KEY'),
    'org' => env('EVENTBRITE_ORG_ID'),
];

.ENV Configuration

You should add the env variables to your .env file, this allows you to use a different application on different servers.

EVENTBRITE_KEY needs your application key

EVENTBRITE_ORG_ID can be used to set your organisation.

EVENTBRITE_KEY=
EVENTBRITE_ORG_ID=

Copyright © 2006 - 2024 DC Blog - All rights reserved.