laravel-strava icon indicating copy to clipboard operation
laravel-strava copied to clipboard

A laravel package to access data from the Strava API.

Results 2 laravel-strava issues
Sort by recently updated
recently updated
newest added

Fixes #17 Default value is still defined by the environment variable `CT_STRAVA_REDIRECT_URI`. But it can now be overriden in the function call: ```php return Strava::authenticate($scope='read_all,profile:read_all,activity:read_all', $redirect_uri); ```

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...