KeySuggest
Contents x
  • Getting Started with KeySuggest
  • Account and Billing
  • FAQs
  • Addons
  • API
  • Updates and Bug fixes
Powered byDocument360

Addon Development Kit
5 Articles  in this category

Share this

  • Print
  • Share
  • Dark
    Light
Contents

Addon Development Kit

5 Articles in this category
  • Share
  • Dark
    Light

What is ADK

This development kit provides additional middleware for KeySuggest API and can be used for creating add-ons based on this. Simplifies the addons creation. Provides intelligent blocks for creating addon UI. Offer simple API for registering addons an...
Updated on : 04 Sep 2022

ADK Setup and Installation

Choose the preferred language or framework of ADK. Laravel 1. To install this ADK, you'll want to clone or download the repo: git clone https://github.com/KeySuggest/laravel-adk.git project_name 2. Copy the .env.example file We need to specif...
Updated on : 05 Oct 2022

User Authentication

We divide user authentication into 3 stages. 1. Add Top Menu Buttons Open resources/views/menus/guest.blade.php Replace the code f rom line no 128 to line no 132  and add the following code. <a href="{{ route('login.show') }}" class="...
Updated on : 19 Oct 2022

Payment Intregation

Follow the following steps. Modify routes/web.php, Append the following code Route::get('/pricing', function () { return view('pricing'); })->name('pricing'); Create a new file, resources/views/pricing.blade.php @extends('layouts.app') @...
Updated on : 20 Oct 2022

ADK Changelog

All notable changes to ADK will be documented on this page. v1 Added Add a base version of ADK Changed None Removed None
Updated on : 05 Oct 2022