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. summernote editor is a simple but customizable,...
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. Here we will create a dynamic XML sitemap in laravel....
LaravelIn 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 interactive charts easily for your web projects.&...
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 package.
So, let's see how to create...
Laravel PHPIn 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 name in the image at that time we can use watermar...
Laravel PHPIn 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 itself. Here we will see the laravel 8 global helper fu...
LaravelIn 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 paginate() function and how to use p...
Laravel