BakkuClient is a simple client for the Bakku API. Easily create a website with the Bakku API.
- Pages
- Components
- Forms
- Caching
- Error handling
- Fully customizable
First register your website on Bakku. Then generate a api_key for your website.
BAKKU_SITE_ID={{YOUR_SITE_ID}}
BAKKU_API_KEY={{YOUR_API_KEY}}<x-media :id="$block['fields']['image']" /><x-collections :type="'{{COLLECTION_TYPE}}'" :limit="{{LIMIT}}" />5. To change the collections open the /app/View/Components/Collections.php file and change the collections
<x-menu slug="{{ $slug }}" />7. Create or edit the components in /resources/views/components/, if you need an extra component use
php artisan make:component {{ComponentName}}php artisan make:view blocks/{{BlockName}}@foreach($blocks as $block)
@include('blocks.'.$block['label'], ['block' => $block])
@endforeachphp artisan make:view pages/{{PageName}}git clone https://github.com/rapideinternet/{{REPO_NAME}}.gitcd {{REPO_NAME}}composer installcp .env.example .envphp artisan key:generatephp artisan migratenpm installnpm run buildphp artisan serveThis client is made by Exposia and is open-sourced software licensed under the MIT license.