Category: Laravel

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

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 Mar 18, 2022 13 min read

Laravel 9 2FA - Two Factor Authentication with Authy

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

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

More