Four? Yes, four, there are four different ways to get the version number of any Laravel project. In this article, each of the different methods will be demonstrated. Method 1 – Using php artisan We can always rely on the ...

In 2018 I collated an in-depth article on the best data visualization and charting libraries available for JavaScript. In this new 2021 edition, I will be re-rounding up the best, latest, and up-and-coming charting libraries and going into detail about ...

How many times have you been working on a project which comes with existing data sets? And, how many times have these data sets been sent to you in excel? Well, in this article, I will go through one of ...

With todays available packages, harnessing the highly accessible and user-friendly functionality of LDAP authentication with a Laravel application couldn’t be any more streamlined. Follow the steps in this tutorial to get your Laravel app authenticating with windows active directory in ...

Getting the last character of a string with PHP is pretty simple, all you need is one line of code and your string that needs to be sliced. Let’s take a demonstration string such as ‘This is my string!’ We ...