Latest Articles

Clear
Laravel May 28, 2022 3 min read

Implement Laravel Strong Password in the Validation Rule

In this post, you will learn how to implement Laravel's strong password in the validation rule without extra coding.

Laravel May 28, 2022 1 min read

How To Protect .env file in Laravel using Shared Hosting

Protect the Laravel application .env file that is accessible in the browser when using shared hosting.

Laravel May 28, 2022 1 min read

Laravel Str::random() Helper Function Example

In this post, Let's use the Laravel Str::random() helper function with an example that will help us to generate a random string with a specified lengt...

Laravel May 28, 2022 2 min read

Laravel Blade Section Example

Learn about the Laravel blade section with an example. Laravel blade @section is a directive that will able us to inject content layout from the exten...

Laravel May 28, 2022 5 min read

How To Create a Laravel 9 Blade Layout Templating

So if you're new to this framework and want to learn with Laravel 9 Blade Layout Templating then this might can help you. Laravel blade is fast in ren...

HTML May 25, 2022 2 min read

How to Submit HTML Form without Pressing Submit Button

In this example, I will show you how to submit an HTML form without pressing the button. Sometimes we need a process to submit the form without a butt...

PHP May 21, 2022 10 min read

Laravel 9 Socialite Login with Google Complete Tutorial

In this tutorial, I will show you how to add a Laravel 9 socialite login with a Google account. Sometimes our users are lazy to log in with their syst...

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

PHP May 06, 2022 1 min read

PHP Carbon Formatting that Readable for Humans

In this example, I will show you an example of how to use Carbon Formatting dates in PHP that are readable for humans.

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

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

More