Articles tagged: laravel

Clear
Laravel May 11, 2022 2 min read

How To Check if String Contains Specific Word in PHP Laravel

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...

Laravel May 06, 2022 1 min read

Laravel Redirect Cheat Sheet

In this post, you will learn some Laravel Redirect Cheat Sheet that is useful in your Laravel development.

Laravel Apr 18, 2022 3 min read

How to Create Custom Service Provider in Laravel 9

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...

Laravel Apr 14, 2022 2 min read

Easiest Implementation Custom Expiration for Laravel Remember Me Login

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...

Laravel Mar 27, 2022 1 min read

Laravel Translation With Variables Example

Thinking about how to implement Laravel translation with variables/placeholder that can pass a dynamic value? Then this post is for you.

Laravel Mar 18, 2022 2 min read

Laravel Model Create Example

In this post, I will show you an example of a Laravel model create with different methods that can use in your Laravel development.

Laravel Mar 18, 2022 1 min read

Laravel 9 Update an Existing Model

In this post, I will show you an example of how to implement using Laravel 9 on Update an Existing Model.

Laravel Jun 06, 2022 2 min read

Laravel 9 Collection first() and firstWhere() Methods Example

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...

Laravel Jun 14, 2022 4 min read

Laravel 9 HasOne() Example

In this post, You will learn how to implement the Laravel 9 hasOne() method on the model one-to-one relationships.

Laravel Dec 22, 2021 5 min read

Laravel One-to-One Eloquent Relationship Tutorial and Example

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.

Laravel Jun 14, 2022 2 min read

How to Implement Laravel 9 using FPDF Example

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.

Laravel Jun 14, 2022 4 min read

Laravel 9 TCPDF Tutorial: Generate HTML to PDF

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...

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More