#Laravel 8

Dec 11, 2021

Laravel 8 Tailwind Pagination Example Tutorial

Hi Dev, In this example I will explain to you how to use tailwind pagination with laravel 8. this example will help you laravel create a tailwind pagination example. I will explain how to create tailwind CSS laravel 8 pagination. we will create simple and att...

#Laravel 8

#Laravel 7

#Laravel

#Laravel 6

Dec 10, 2021

Laravel | Artisan Console Introduction

Hello Dev, This artical is laravel has its own Command Line interface called Artisan. Its like a Linux command line but the commands are helpful for building a Laravel application. With this command-line tool, we can make models, controll...

#Laravel 8

#Laravel 7

#Laravel

Dec 08, 2021

How To Create Middleware For XSS Protection In Laravel 8

Hi Dev, Today now in this post i will i how to create middleware for XSS protection in laravel. XSS(Cross Site Scripting) protection is must need in our site because if we do not XSS protection then our site is not the secure. The XSS filter through we ca...

#Laravel 8

#Laravel 7

#Laravel

#Laravel 6

Dec 04, 2021

How To Get Path From Laravel Application Root?

Hi Guys, Today now in this post i will show you How to get path from laravel 8 application root? We are know that laravel provide us several helper to get the path of public directory, app directory, storage directory and also base directory. So it will help...

#Laravel 8

#Laravel 7

#Laravel

#Laravel 6

Dec 04, 2021

How To Upgrade Composer Version In Ubuntu?

Hi Dev, Many legacy projects require a dependency that still running on upgrade composer Version. This is the example of is how to upgrade composer Version. In this short post, you'll learn how to upgrade composer Version. Let's Start Solution Following...

#PHP 8

#Laravel 8

#Laravel 7

#Windows

#Laravel

#PHP

#Laravel 6

Nov 26, 2021

Solved - unrecognised compile-time option bit(s) at offset 0

How are you all? Today I am trying to use preg_replace() but I am facing following error Message Warnin:gpreg_replace(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 So Here I am Explain to you all the possible solutions here. Wi...

#Laravel 8

#Laravel 7

#PHP

#Laravel 6

Nov 23, 2021

Laravel 8 - Two Factor Authentication With SMS example

Hi Friends, In this tutorial article, we will discuss on how to create two factor authentication in Laravel 8. We will use Mobile OTP authentication with SMS Login. In this tutorial, we will use Twilio service to send SMS to international mobile number....

#Laravel 8

#Html

#Laravel

#PHP

Nov 20, 2021

Laravel 8 - Class 'NumberFormatter' Not Found

Hi Dev, I have read across the internet about this problem, and apparently you need PHP 5.3 or higher installed, and the PHP intl plugin installed. I have both of these, yet I am still receiving a Error: Class 'NumberFormatter' not found error.So Here I am Expla...

#Laravel 8

#Laravel 7

#Laravel

#Laravel 6

Nov 19, 2021

Send Mail using Gmail SMTP Server Laravel 8 Example.

Hi Friends, It's simple example of laravel 8 sending mail gmail. We will look at example of laravel 8 send email using google gmail. This post will give you simple example of gmail smtp send email in laravel 8. I am going to show you example of laravel 8 s...

#Laravel 8

#Html

#PHP

Nov 17, 2021

How to Custom Auth Register Method in Laravel 8?

Hello Friends, Sometime we need to overwrite or custom code for register method, so here i will give you very simple example how to overwrite auth default register function in laravel app. This article goes in detailed on How to override auth register functio...

#Laravel 8

#Html

#PHP