laravel-notion-api icon indicating copy to clipboard operation
laravel-notion-api copied to clipboard

Effortless Notion integrations with Laravel

Results 14 laravel-notion-api issues
Sort by recently updated
recently updated
newest added

Shorthand method for when you want to reference a select by its id rather than textual representation.

tests-required

Currently this library uses Notion Version `2021-05-13` see https://github.com/5am-code/laravel-notion-api/blob/v1.2.0/src/Notion.php#L261 **Describe the solution you'd like** Use a more recent Notion Version which allows for file uploads. e.g. `2022-06-28` **Additional context** see...

Hi ! Is this lib fully compatible with the new [Notion API Version](https://developers.notion.com/docs/upgrade-guide-2025-09-03) ? I'm using [this one](https://github.com/mariosimao/notion-sdk-php) for now, but it's not working anymore.

**Describe the bug** Simple error at documentation. Must be `$pageCollection` instead `$pagesCollection` ``` $pageCollection = Notion::database($databaseId)->query(); $collectionOfPages = $pageCollection->asCollection(); $jsonOfPages = $pagesCollection->asJson(); //here ``` **To Reproduce** [Open page documentation](https://notionforlaravel.com/docs/v1.1.0/notion-databases/query-database)