ALL POSTS

Login With Mobile Number Using Laravel

In this article, we will see how to login with a mobile number in laravel, Laravel provides inbuilt laravel authentication for their user but if you want to create custom authentication like login...

Laravel PHP

Laravel 8 Pagination Example

In this article, we will see laravel 8 pagination example. As we know laravel provide many paginate method for custom pagination in laravel 8, Here, we will see information about the...

Laravel

Create Helper Function In Laravel 8

In this article, we will see create helper function in laravel 8, Laravel provides in-built global "helper" PHP functions, and these functions are used by the laravel framework itsel...

Laravel

Laravel 8 Add Watermark On Image

In this article, we will see laravel 8 add watermark on the image. When you want to display any text like any important information, any copyrighted content on your website, or any other...

Laravel PHP

Laravel 8 QR Code Generate Example

In this article, we will see laravel 8 QR code generate example. we will generate QR Code using a simple-qrcode package. So, we will learn how to create QR codes in laravel 8 using the simple packa...

Laravel PHP

Laravel 8 Highcharts Example Tutorial

In this article, we will see laravel 8 highcharts example tutorial. you will learn how to implement a highcharts in laravel 8 using highchart js. Using highcharts you can create...

Laravel PHP

How To Create Dynamic Sitemap In Laravel

In this article, we will see how to create a dynamic sitemap in laravel. As we know sitemap is very important part of SEO. A sitemap is a list of pages of a website within a single domain. Her...

Laravel

How To Convert Excel To JSON In Javascript

In this article, we will see how to convert excel o JSON in javascript. Many times we have requirements to convert excel data into JSON and need to import it into the database. so here, w...

jQuery

Laravel Summernote Editor Image Upload Example

In this article, we will see laravel summernote editor image upload example. there are many editors available in laravel to save rich text here we will use summernote editor. summern...

Laravel PHP

Convert JSON String to JSON Object Javascript

In this article, we'll explore how to convert JSON strings into JavaScript objects using simple and effective techniques. JSON, or JavaScript Object Notation, is a data format used for data exc...

jQuery

RECOMMENDED POSTS

FEATURE POSTS