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…
What is Git & Most Useful Git Commands
In this article, we are discussing "What is Git & Most Useful Git Commands". Git is known as version control system for tracking computer files and collaborating with multiple people on the same file/project. It is also known as source…
All You Need to Know About SEMrush
In this article, we will discuss SEMrush. It comes from the combination of SEM (Search Engine Marketing) and rush, which means the powerful inclusion of all SEO activities like On-Page SEO, Off-Page SEO, PPC, Social media Promotion, PR,…
Vue CLI 3 – New Game Changer for Frontend Development
In this article, we will discuss "Vue CLI 3". You know command line interface (CLI) is a helpful tool for each language. Today, lots of framework for frontend or backend provide the CLI support which helps the developer to develop their…
Something About Vue Js with its features, a brief note.
In this article, we will discuss "Something about Vue Js with its features, a brief note". Vue Js is a progressive JavaScript framework. It is used to build user interface also know as rapidly growing framework. Vue Js is focused on 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 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…