In this article, we will discuss the "Laravel Authorization with Gates". As you know, Laravel provided an Authentication solution that is Out of the box. Laravel provides two simple way to manage the authentications such as Gates and…
Brief Understanding on Laravel Repository Pattern Design
In this article, we will discuss the "Laravel Repository Pattern Design". Using the Repository Pattern, we will add an extra layer between application logic and database. Assume, you want to change your DB from Mysql to MongoDB or anything…
Brief Understanding on Laravel Observers
In this article, we will discuss "Laravel Observers". Laravel provides us to implement the Observer pattern to fire some predefined events, which can be listened to hook into when various actions are performed on a model. No dought, it's a…
Laravel Scout with TNTSearch Driver
In this article, we will discuss "Laravel Scout with TNTSearch Driver". As we know Laravel provides rich features to make development easy and smooth. Laravel provides an official package "Laravel Scout", which helps to create a full-text…
How to Use Make Auth in Laravel 6
In this article, we will discuss "how to use make auth in Laravel 6". Officially Laravel 6 is available now, but some of the changes here, as expected. Because you are reading this article, So I assume you are still not familiar with the…
Ultimate WP_Query Guide with Arguments
In this article, we will discuss the Wordpress WP_query with Arguments. You can use this in the custom query when you require.
Basic WP_Query Syntax
$args = array(
// List of arguments
);
$custom_query = new WP_Query( $args );// The…
Latest Version of Angular Help Developers Perform Excellent Output
Angular is the latest version of Angular.js, an open-source framework for front-end web development. It plays a significant role in creating dynamic SPA. SPA stands for Single Page Application. It possesses important features such as…
Machine Learning – The Basic Technology of Robot
We can’t compare Robot with a human being complete. The robot is a great creation of a human being through machine learning technology and artificial intelligence. Also, automation and other supporting programming languages help accomplish…
How to Setup Lets Encrypt a Free SSL Certificate
In this article, we will discuss "How to Setup Lets Encrypt a Free SSL Certificate".
What is SSL and Why we need it?
SSL is known as Secure Sockets Layer. It is mostly deployed security protocol and these protocols provide a secure channel…
Vue Js Reset Password With Laravel API (Part 3)
In this article, we will discuss "How to make Vue Js Reset Password With Laravel API". In our previous article on this series, you will learn Laravel JWT Authentication and Vue Js application setup with Vue Auth and Laravel JWT Auth. I will…