A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

Laravel Filtering Query using Pipelines with Example

This tutorial will demonstrate the process of filtering query results using pipelines while keeping your code clean and readable.

Laravel Filtering Query using Pipelines with Example

Embedding media by its public URL using laravel-embed

Learn how to embed services using their public URL using the laravel-embed package.

Embedding media by its public URL using laravel-embed

How to add simple search to your Laravel blog/website

In this tutorial here, we will focus on building a very simple search method without the need of installing additional packages.

How to add simple search to your Laravel blog/website

How to get a free domain name for your Laravel project

In this tutorial, I will show you how to get a free domain name and use it with your Laravel Project.

How to get a free domain name for your Laravel project

Learn how to upload Image In Laravel with validation

In this article, we will learn how to upload images and add validation like images, mimes, size, max file upload, etc, so it can protect the upload script.

Learn how to upload Image In Laravel with validation

Display real-time stock market data with Laravel

If you want to build an exchange or just want to get real-time world market data, try marketstack

Display real-time stock market data with Laravel

How to limit the length of a string in Laravel

There are many different ways to limit the length of a string. For example, you could use CSS, JavaScript, or do it through PHP.

How to limit the length of a string in Laravel

The Benefits of Blade View Components

I finally got around to digging into Blade View Components, which allow you to create reusable custom HTML tags. Here's my take away!

The Benefits of Blade View Components

Upload Image In Laravel With Validation

In this example, we will create two routes one for get method and another for the post method

Upload Image In Laravel With Validation

Using Events and Listeners in Laravel 7 with Example

In this article, we’ll create Events and Listeners using an example of a post. Once a post is created, the users will be notified about the post through emails.

Using Events and Listeners in Laravel 7 with Example