Thinking about how to implement Laravel translation with variables/placeholder that can pass a dynamic value? Then this post is for you.
In this post, I will show you an example of a Laravel model create with different methods that can use in your Laravel development.
You will learn how to implement Laravel 9 Collection with first() and firstWhere() methods. With the Laravel collection, it will make us easier to do...
In this post, You will learn how to implement the Laravel 9 hasOne() method on the model one-to-one relationships.
In this post, I will show you an example of how to implement Laravel 9 using FPDF. Let's use FPDF as our package to generate PDF with Laravel.
I will show you an example of how to generate HTML to PDF using Laravel 9 TCPDF. Usually, PDF is useful if you need to generate a report from your app...
In this post, I will show you how to implement Laravel 8 Query log. Sometimes need to show the query log and to determine what was the last executed.
I will show you how to print or get the last executed query in your Laravel 8 application. Sometimes to show the performance of our query we need to l...
Let's do Laravel 9 zip files and download them after we zipped the files. In this tutorial, we implement 2 methods using ZipArchive class and a Larave...
This post will help you how to implement the Laravel modules structure in with Nwidart package. It will help us to make our application clean and orga...
Guide on how to create a table using the Laravel migration artisan command. Laravel migration helps us to modify the database and update it without an...
I will show you how to implement Laravel 9 SMS notification using Vonage API (formerly known as Nexmo). Sometimes we need to enable SMS notification.