Skip to content
Ian Kumu
  • Home
  • Laravel
  • Linux
  • Free Laravel Guide
  • Free Tools
  • Contact
Ian Kumu
How to Automate SSL Generation and Renewals Using Laravel
laravel | Linux

How to Automate SSL Generation and Renewals Using Laravel

ByIan March 20, 2023March 26, 2023

Securing your Laravel application with an SSL certificate is crucial in ensuring traffic from and to your application is always encrypted. Some SSL Certificates are free while others have to…

Read More How to Automate SSL Generation and Renewals Using LaravelContinue

How to Setup Nginx as a Reverse Proxy for Laravel
laravel

How to Setup Nginx as a Reverse Proxy for Laravel

ByIan March 12, 2023March 22, 2023

Nginx is a powerful web server that can also be used as a reverse proxy for your application. You might wonder what exactly is a reverse proxy. Simply put, a…

Read More How to Setup Nginx as a Reverse Proxy for LaravelContinue

How to Create Custom Helper Functions in Laravel
laravel

How to Create Custom Helper Functions in Laravel

ByIan March 1, 2023March 2, 2023

One of the key-feature of laravel is its inbuilt helper functions. These functions help speed up the development process. Helper functions such as env(), config(), and dd() have become the…

Read More How to Create Custom Helper Functions in LaravelContinue

How To Build GraphQL APIs Using Laravel
laravel

How To Build GraphQL APIs Using Laravel

ByIan February 16, 2023February 16, 2023

Laravel provides a clean interface for building REST APIs. Rest APIs have been the defacto way of building flexible and scalable APIs. This though comes at a cost because as…

Read More How To Build GraphQL APIs Using LaravelContinue

How to Add Google reCAPTCHA to Laravel Forms
laravel

How to Add Google reCAPTCHA to Laravel Forms

ByIan February 6, 2023February 6, 2023

Form submissions are an important part of many websites, but they can also be a target for spam and abuse. Captcha is a challenge that is used to distinguish between…

Read More How to Add Google reCAPTCHA to Laravel FormsContinue

How to Integrate Mpesa Into your Laravel Application
laravel

How to Integrate Mpesa Into your Laravel Application

ByIan January 25, 2023January 25, 2023

Mpesa is a popular payment gateway in Kenya and Africa and is used by more than 52.4 million users on a day-to-day basis. Mpesa Provides various APIs which we can…

Read More How to Integrate Mpesa Into your Laravel ApplicationContinue

Laravel One to Many Relationship: A Beginner’s Guide
laravel

Laravel One to Many Relationship: A Beginner’s Guide

ByIan January 12, 2023January 12, 2023

One-to-many relationships occur when one Entity in the database has an association with multiple records from another Entity. For example, if you have a Flight Model and a Ticket Model,…

Read More Laravel One to Many Relationship: A Beginner’s GuideContinue

How to Document a Laravel REST API
laravel

How to Document a Laravel REST API

ByIan November 30, 2022November 30, 2022

When building a REST API it is almost a given that you have to create documentation for the API. This allows other developers to consume your API with ease. Developers…

Read More How to Document a Laravel REST APIContinue

How to Build a Rest API with Laravel: A Beginners Guide
laravel

How to Build a Rest API with Laravel: A Beginners Guide

ByIan November 19, 2022January 10, 2023

With the rise of mobile and javascript web frameworks such as React and Vue, Restful APIs have seen their popularity increase. This is because you can maintain one backend serving…

Read More How to Build a Rest API with Laravel: A Beginners GuideContinue

How To Install Cloud SQL Auth Proxy on Ubuntu
Linux

How To Install Cloud SQL Auth Proxy on Ubuntu

ByIan November 11, 2022November 11, 2022

Google Cloud SQL is a fully managed relational database service for MySQL, Postgresql and SQL Server. It provides a helpful way of autoscaling and managing your SQL-based databases on the…

Read More How To Install Cloud SQL Auth Proxy on UbuntuContinue

Page navigation

1 2 3 4 Next PageNext
Twitter Github Linkedin

Other Links

  • Laravel
  • Linux
  • Free Laravel Guide
  • Free Tools
  • Terms & Conditions
  • Privacy Policy

© 2023 Ian Kumu

Hosted on Contabo.

Hey, wait!

Before you go, get your free Laravel Guide showing the best practices to enhance your Laravel Experience

Enter your email address

Thanks, I’m not interested

Free Laravel Guide

Get your free Laravel Guide showing the best practices to enhance your Laravel Experience

Enter your email address

Thanks, I’m not interested

Scroll to top
  • Home
  • Laravel
  • Linux
  • Free Laravel Guide
  • Free Tools
  • Contact