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 →
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 →
Composer install Composer is a dependency manager for PHP (Laravel). To work with Laravel we have to install Composer. Note: Before install composer, check extension=php_openssl.dll line is uncomment in wamp\bin\php\php5.6.26\php.ini and also check during … Continue Reading →
In this post, you will learn how to install Laravel (latest, specific version), and also I will show you 3 different ways to how to install Laravel. Among 3 ways, … Continue Reading →