Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rapideinternet/bakku-client

Composer package for Bakku CMS
https://github.com/rapideinternet/bakku-client

bakku laravel

Last synced: 10 days ago
JSON representation

Composer package for Bakku CMS

Awesome Lists containing this project

README

        

Bakku Logo

## About Bakku Client

This is a Composer package that handles the data fetching from the Bakku CMS API. You'll be able to get all the blocks/images from a certain page and all page URLs.

## Good to knows:

- Has some built in caching through Laravel's Cache functionality;

- Still a work in progress;

## How to get it to work:

1. Run `composer config repositories.rapideinternet/bakku-client vcs https://github.com/rapideinternet/bakku-client` to add the package to your `composer.json`

2. Run `composer require rapideinternet/bakku-client:dev-main` to add the package to your `vendor`.

3. Run `php artisan vendor:expose` to generate the `bakkuclient.php` config file.

4. Add `BAKKU_SITE_ID` and `BAKKU_SITE_API_TOKEN` to your `.env`

5. Use `RapideSoftware\BakkuClient\Services\BakkuClient` for the API calls

## For any questions or info:
*

(If I missed anything, please let me know)

*
**Slack:** Max van der Werf
**Email:** [email protected]