Browsing Category
Laravel
How to install Laravel 5 with Xampp using Composer
In this article, we are discussing how to install Laravel 5 with xampp using composer. I'm assuming you are familiar with the xampp.You will need to make sure your server meets the following requirements:PHP >= 7.1.3
OpenSSL PHP…
Setup Virtual Host in Windows with Xampp Server
In this article, we are discussing Setup Virtual Host in windows on xampp server. You must be aware of XAMPP Server before this tutorial implementation. XAMPP is a cross-platform open-source web server bundle. Anyone, who is new to the…
Custom User Email Verification / Activation Laravel
In this article, we will discuss how to make a Custom User Email Verification / Activation Laravel for the user and send an activation link to the user registered email address.Before starting with the custom user email verification and…
Understanding Laravel Middleware
In this article, we will discuss Laravel Middleware. As per the name Middleware, Its like a mechanism which works between HTTP Request and Response. Laravel has default middleware for user authentication, CSRF token verification and etc.…