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 PHPIn 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...
LaravelIn 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...
LaravelIn 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 PHPIn 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 PHPIn 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 PHPIn 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...
LaravelIn 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...
jQueryIn 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 PHPIn 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