Protect the Laravel application .env file that is accessible in the browser when using shared hosting.
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...
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...
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...
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.
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...