{%title%}
{%description%}
Articles
April 4, 2021

Prerender all SvelteKit pages with Prismic as the CMS
Originally trying SvelteJS Sapper to build a site with Prismic was a bit tricky, mainly trying to get the systems to work together and also finding out that the hot module reloading was bust... When...
4 min read →March 12, 2021

Static Form Submission To Laravel Using Next.js [Part 1]
We shall consider an interesting way to implement your own way of handling static forms with a Laravel application and a static website such as Next.js or even things like Svelte, Gatsby and the list...
10 min read →March 11, 2021

Static Form Submission To Laravel Using Next.js Api [Part 2]
This post will go through setting up your Next.js application to send your static form data to your Laravel application we setup in part one
. If you haven't gone through that one yet,...
November 28, 2020

How to Get Paddle PayLinks from a backend API Controller in Laravel
This is the follow up post to using a renderless component for Paddle paylinks. Sometimes you may have na application that has a few subscription options, sometimes not. If you have a few...
4 min read →