Skip to content
Ian Kumu
  • Home
  • Laravel
  • Linux
  • Free Laravel Guide
  • Contact
Ian Kumu
HIDE IDS FROM URLS IN LARAVEL
Laravel

Laravel Hide Id from URLs: A Simple Implementation

ByIan June 19, 2022March 20, 2024

Introduction Ever wondered how big services such as youtube tend to hide their ids in their URLs? I am sure you have seen how youtube masks the ids by showing…

Read More Laravel Hide Id from URLs: A Simple ImplementationContinue

Laravel Dynamic Scheduling
Laravel

How To Implement Laravel Dynamic Scheduling

ByIan May 31, 2022November 11, 2022

Introduction Task Scheduling helps us run tasks in the background at a specific time or date in the future. We can have long and boring tasks run when the traffic…

Read More How To Implement Laravel Dynamic SchedulingContinue

Laravel many-to-many relationship
Laravel

Laravel Many-to-Many Relationship: How to implement It

ByIan May 8, 2022June 8, 2024

Laravel provides an easy way to work with relationships. From one to many, One to One, and many-to-many relationships, among others, you are always covered when you choose one for…

Read More Laravel Many-to-Many Relationship: How to implement ItContinue

Deploy Laravel app on LEMP stack
Laravel

How to Deploy A Laravel App With Nginx on Ubuntu(LEMP)

ByIan May 6, 2022December 17, 2024

You have worked hard to create your application, and now it’s time to deploy it so that others are able to see your application. But how? You may wonder. In…

Read More How to Deploy A Laravel App With Nginx on Ubuntu(LEMP)Continue

deploy laravel on ubuntu with apache
Laravel

How To Deploy Laravel on Apache: Ultimate Guide

ByIan April 23, 2022October 14, 2023

You have worked hard to build your Laravel application, and it’s now time to deploy it to the internet so that others can be able to see your application. But…

Read More How To Deploy Laravel on Apache: Ultimate GuideContinue

Laravel Heroku
Laravel

How To Deploy A Laravel App On Heroku: Ultimate Guide

ByIan March 27, 2022June 8, 2022

Introduction Heroku is a cloud platform as a service that supports multiple programming languages. It supports programming languages such as PHP, Python, Ruby, Node.js, and Go among others. Heroku allows…

Read More How To Deploy A Laravel App On Heroku: Ultimate GuideContinue

Laravel Sanctum
Laravel

Laravel Sanctum: Simple Authentication For Your SPA

ByIan March 13, 2022June 8, 2022

What is Laravel Sanctum? Laravel Sanctum is a simple way for authenticating Single Page Applications(SPAs), Mobile Applications, and simple token-based APIs. It allows users to create multiple API tokens which…

Read More Laravel Sanctum: Simple Authentication For Your SPAContinue

Laravel Firebase
Laravel

Laravel Firebase: How To Integrate Firebase Into Laravel

ByIan March 6, 2022July 31, 2023

Firebase is a Google-backend application development software that enables developers to develop their applications with ease by abstracting the backend and allowing them to focus on the frontend. Firebase provides…

Read More Laravel Firebase: How To Integrate Firebase Into LaravelContinue

Laravel Sail
Laravel

Laravel Sail: How To Containerize Your Application

ByIan February 18, 2022June 8, 2022

Introduction In any modern web development, a developer is required to bundle their source code and deploy it to a server so that it can be accessible to the public….

Read More Laravel Sail: How To Containerize Your ApplicationContinue

Laravel Passport
Laravel

Laravel Passport: How To Secure Your API Using Oauth

ByIan February 8, 2022March 20, 2024

Introduction Open Authorization(OAuth) is a way of accessing protected data from an application. It is secure in the sense that it does not require users to log in with passwords. Laravel…

Read More Laravel Passport: How To Secure Your API Using OauthContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 Next PageNext
Twitter Github Linkedin

Other Links

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

© 2025 Ian Kumu

Hosted on Contabo.

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