Browsing Tag
Laravel
In this article, we will discuss the "Laravel Multiple Database Connections". In some conditions, we need to connect multiple databases to the Laravel application. Let's see how we implement multiple database connections in Laravel 5.7.…
Implementation Laravel Enum Package
In this article, we will discuss the "Implementation Laravel Enum Package". It is a wonderful resource for Laravel. As you know, Laravel provides lots of inbuilt features. Developers can create an open source package to return something to…
Laravel Authentication with Username or Email
In this article, we will discuss "Laravel Authentication with Username or Email". After implementing this, you can offer your application user to login with email or username. Laravel provides lots of features and make development easy.If…
Laravel 5.7 – New Feature Dump Server
In this article, we will discuss the "Laravel 5.7 New Feature Dump Server". I'm going to describe you the use of Dump Server in Laravel Project. As you know, Laravel latest version 5.7 comes with some of the new features such as Email…
Laravel Mix a Brief Note
In this article, we will discuss "Laravel Mix". It's a wonderful feature of Laravel, which make the assets compiling easy and simple. As we know Laravel application use the several common CSS and JavaScript pre-processors.Sometimes users…
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…
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…