CodeBriefly
Tech Magazine
Browsing Tag

Laravel

Basic Understanding of Laravel Encryption

In this article, we will discuss Laravel Encryption in brief. Laravel provides an easy and simple way to work with Encryption. Laravel built-in encrypters use OpenSSL to provide two type of encryptions AES-256 and AES-128.I'm recommending…

Laravel Queues Tutorial

In this article, we will discuss how Laravel Queues work. Laravel is one of the best and most usable PHP modern frameworks. Which provides rich features and functionality to its developer. Today, we discuss Laravel Queues which is known as…

Laravel Custom Validation Rules

In this article, we will discuss how Laravel Custom Validation Rules work. Laravel provides an easy way to create custom validation rules. You can define a rule as per your requirement, and use anywhere in your Laravel application.You can…

Laravel Form Request Validations

In this article, we will discuss how Laravel Form Request Validations works. I think, No need to describe the features of Laravel. Because we know very well.To start further, Just remember we need a basic Laravel setup where we implement…

Namecheap Bundle (Domain & Hosting)

Laravel Form Validations

In this article, we will discuss how Laravel Form Validations work. As we know, Laravel provides lots of features to reduce the repetitive task. Laravel provides an easy way to apply server side validations.Prerequisite, we need a working…

Explanation of Laravel Localization

In this article, we will discuss the Laravel Localization. As we know, Laravel provides rich features and Laravel Localization is one of the best features of Laravel. Introduction Laravel Localization Laravel Localizations feature provides…

Laravel View X-Ray

In this article, I'm going to share with you one wonderful Laravel resource "Laravel View X-Ray". Sometimes it might be hard to figure out, which part of the output HTML was rendered using which template.Installation Laravel View X-Ray…

Most Usable Laravel String Helpers

In this article, we will discuss Most Usable Laravel String Helpers. As we know, Laravel provides rich features to make development more flexible. Sometimes we need "String Helpers" to manipulate string value. In core project, we need to…

Laravel Custom Artisan Command

In this article, we will discuss Laravel Custom Artisan Command. Laravel provides a command-line interface which is known as Artisan. It provides lots of helpful commands which help us at the time of development.Are you familiar with the…

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More