Upstart for Laravel
Installation
To get started with this package, you will need to follow these steps:
composer require upcoach/upstart-for-laravel
Publish the configuration and migration files by running this command:
php artisan upstart-for-laravel:install
Configure your Laravel application by adding the following details to your .env file:
UPCOACH_APP_ID=
UPCOACH_APP_SIGNING_SECRET=
You can find these details in the developer information section of your application on the developer portal.