In order to connect a database, we will concentrate on the .env file. This is where you will find the configuration settings to set the database host, username...
Hey guys, in this article, am going to show you how to implement multiple role-based authentication in Laravel even if you have many different users and multipl...
Hopefully you have already worked with the exciting state management system for Angular 2+ NGXS. I found that there isn’t a lot of content online about NGXS +We...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web application following the model-view-controll...
Before we start, please, read this tutorial. It’ll show you how to setup an home lab environment. Every hostname that I use in this tutorial will be based on my...
PHP isset() is used to determine if a variable is set. If the same is nonexistent or nullified, the output is FALSE. The function empty() determines if the vari...
Part 1 is prerequisite configuration needed to make this work on your local environment.
Part 2 is framework configuration to enable session sharing across subd...
In Laravel, the class located in ‘App\Exceptions\Handler’ handles all the exceptions, it contains two methods, report and render. This article is about how the...
I am thrilled to announce the release of Scout Extended — the official Algolia Laravel integration. Built on top of the latest release of Laravel Scout, Scout E...
I have a challenge for you. Go out to your favorite websites and see how many of them don’t have a form anywhere on the site. I’ll wait. If you actually find so...
Laravel is a feature-rich framework. However, you cannot find all the available features in the official documentation. Here are some features that you may not...
I just finished a PHP and AJAX tutorial so I wanted to Practice. Since Laravel is my preferred web development framework I decided to make a google search on wo...
If you find yourself reading this piece, then I guess I don’t have to sell you on how awesome Taylor Otwell’s laravel is. 😍…. Service Providers and the Service...
It’s 8:50 am Monday morning and you’ve just realized that during drowsiness you snoozed the alarm and in about 10 minutes the meeting organized by your project...