laravel-microsoft-graph icon indicating copy to clipboard operation
laravel-microsoft-graph copied to clipboard

Laravel package for Microsoft Graph API (Microsoft365)

Results 30 laravel-microsoft-graph issues
Sort by recently updated
recently updated
newest added

While deploying to ubuntu i was facing an Email not found error i had to edit the file /MsGraph/MsGraph.php the connect function . i added this piece of code and...

Could you please help me w/ this or provide some documentation since I can't find any. I've tried using the msgraph:keep-alive command but it does nothing so my token always...

Hi, im Currently using version 3.2.0 + Laravel 6 and It throws the following error when trying to resolve the login path for miscrosoft: Symfony\Component\Debug\Exception\FatalThrowableError Class 'Illuminate\Support\Facades\Http' not found At...

Error im getting with versions higher than 3.2.4 is: Dcblogdev\MsGraph\MsGraphAdmin::guzzle(): Argument #3 ($data) must be of type array, null given

In https://github.com/dcblogdev/laravel-microsoft-graph/commit/0f407d00c098357f95505307507cca8b97733d78#diff-9f3a205ebdd03435644801c898d52c2a2f08dc7e707f3f2511f56f8dc1744b38 return types of `MsGraph` were added to many (all?) of the resources So I get an error when doing ``` MsGraph::tasklists()->get() ``` `Dcblogdev\MsGraph\Resources\Tasks\TaskLists::get(): Return value must be of...

This PR changes the `storeToken` method to allow string `user_ids` instead of just int. All other methods that use the `user_id` or return it are already typed to string.

First of all, thank you for creating and maintaining this amazing package! It's been incredibly helpful in my current project. I'd like to contribute some enhancements: 1. Implemented user login...