Articles tagged as: Package

Use Custom Git Repository on your Laravel Project

When working on Laravel projects, you may come across a package that fits your needs but requires some modifications. Instead of waiting for the maintainers to merge your changes, you can fork the package and install your customized version. In this guide, we'll go through the steps to install a forked package in your Laravel project.

How to build a Sitemap for your Laravel App

Sitemap is basically a blueprint of a website's structure, providing a comprehensive list of its pages, their relationships, and metadata. In this article we're going to take a look at how I used the Spatie Sitemap package to build sitemaps for my blog.