In this post, I will share how to check if the string contains a specific word in Laravel. Sometimes we need to check the submitted string if exists a...
In this post, you will learn some Laravel Redirect Cheat Sheet that is useful in your Laravel development.
In this post, I will share how to create a custom service provider in Laravel 9. If you have a feature that needs to change the Laravel locale or mayb...
In my previous post, I share how to implement custom expiration for your Laravel Remember Me authentication/login. But when I test my code it seems no...
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.
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...