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 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 the next previous link button pagination in laravel 8. Using paginate() function you can easily create pagination in laravel. we can create customize next and previous pagination links in laravel 8. The ...
Laravel PHPIn this article, we will see how to use SEO tools in laravel 8. we will give you an example of SEO tools in laravel 8. we will use Artesaos SEOTools for website SEO. Search engine optimization is the process of improving the quality and quant...
Laravel PHPIn this article, we will see how to encrypt and decrypt strings in laravel 8 using the crypt helper function. As we all know laravel framework provides more security to the user and that's why laravel provide encrypt of password or string...
Laravel PHP