Bangla Font in PDF Laravel(MPDF Package)
Bangla font in pdf in Laravel using mpdf Bangla Font in PDF Laravel(MPDF Package).In this tutorial we will learn step by step process how to download bangla font as pdf … Continue Reading →
bonstutorial is a programming tutorial blog where you will learn latest technologies like Laravel,html,css,jquery,Angularjs,oracle,mysql etc
Bangla font in pdf in Laravel using mpdf Bangla Font in PDF Laravel(MPDF Package).In this tutorial we will learn step by step process how to download bangla font as pdf … Continue Reading →
sometimes when we run php artisan migrate we got Laravel Migration Problem : Syntax error or access violation, 1071 specified key was too long; max key length is 1000 bytes. … Continue Reading →
To solve Call to undefined function App\Http\Controllers\array_add() problem in Laravel .Let’s run following line on the terminal.
1 |
composer require laravel/helpers |
After running the line, refresh your page in the browser. Hope it … Continue Reading →
In post video, you will learn how to read or get Data from another website using Laravel API and Vuejs (Axios). The following are the steps for getting data from … Continue Reading →
in this post, I will tell how to make all image size, the width and height are the same.we will use CSS property max–width,max-height,min-width,min-height hence what will happen the image … Continue Reading →
here in this post, you will learn how to show the latest updated Covid-19 or CoronoVirus Data in your website.for that we will use HTML for view and jquery fetch … Continue Reading →
Most of the cases while we use API in our code that means when getting data from another domain or website to our website, sometimes we face some errors CORS, … Continue Reading →
sometimes we have to face some error while working Laravel and Vuejs in phpstorm editor and here some problem and solutions will represent to solve these issues
This post will show how to load big or large data like 10 lakh within a few seconds in Laravel using the DataTable Server process. First Initializing Yajra … Continue Reading →
sometimes when we use Datatables, Datatables table header or column does not aligned or matched with the table body width .here are two solutions, check which one work for … Continue Reading →