Browsing Category
Laravel 5.7
LaRecipe: Create Beautiful Documentation with Markdown in Laravel Projects
In this article, we will discuss a wonderful resource for Laravel Project is "LaRecipe Create Beautiful Documentation with Markdown in Laravel Projects". It is a code-driven Laravel package created by Saleem Hadad. You can create beautiful…
How to Create a Custom Route File in Laravel
In this article, we will discuss "How to Create a Custom Route File in Laravel". You can found all the route files in the "routes" directory. Laravel provides an easy way to manage all our application route from some of the specific files…
Email Verification Laravel 5.7 New Feature
In this article, we will discuss "Email Verification Laravel 5.7 New Feature". Laravel is not only a PHP framework, today its know as a new trend of PHP Web Development. Recently Laravel 5.7 is released with some of the new features, which…
How to Fix Laravel Syntax Error or Access Violation 1071
In this article, we will discuss the most common issue "How to Fix Laravel Syntax Error or Access Violation 1071". When we start a new project within Laravel then we face this.An exception is thrown because Laravel made a change to the…
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 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…
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…