Browsing Tag
Laravel
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…
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…
Google Map API – Get Geolocation using City/Locality
In this post, we will discuss Google Map API – Get Geo Location using City/Locality. I'm assuming, most users are familiar with the Google Maps. Google provides a flexible API to work with the Maps easily. If you want to know more about…
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…