Category : Laravel

Create laravel project with multi languages using route prefix

In this snippet I will teach you how to create your laravel project and use multi language but with the route prefix

Add GET parameters in laravel pagination

In this snippet I will teach you how to add get parameters in laravel pagination

Update model binding slug in URL

In this snippet I will teach you how to modify model binding slug in URL

Create your laravel project in multi language

In this snippet I will teach you how to make your laravel project multi language

Add Google reCAPTCHA v3 to your Laravel Forms

In this snippet I will explain how to add google reCAPTCHA v3 to your Laravel Forms

Laravel blade access relationship with where condition

In this snippet I will teach you how to access relationship data in laravel blade files with where condition

How to use laravel traits

In this snippet I will teach you how to use laravel traits effectively

Image Optimizing using Intervention Image in laravel

In this snippet I will teach you how to optimize images using Intervention Image with laravel

Get distinct values from database using Eloquent ORM

This snippet will teach you how to get distinct values from database using eloquent