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

Add loading spinner when calling or stopping AJAX

In this snippet I will teach you how to create loading spinner when calling or stopping AJAX calls

Jquery scroll to element

How to scroll to specific div or element using JQuery

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

How to connect to server using Git and Github

In this snippet I will explain how to create connection between local git, github and remote server

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