In this post, I will share a simple code on how to implement a jquery checkbox to assign multiple permissions to a role. In case you are implementing...
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.
In this post, I will show you an example of how to implement using Laravel 9 on Update an Existing Model.
In this post, I will share how to implement Laravel 8, 9 2FA - Two Factor Authentication using Authy to add an extra layer of our authentication secur...
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.
You will learn to implement the Laravel 8 one-to-one relationship. This is usually what we encounter when doing Laravel projects that need to learn.
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.
In this post, I will show you an example of Laravel 8 If Else Condition Blade. Laravel if else condition is a basic that need to learn in Laravel fram...