Browsing Tag
PHP
In this article, we will discuss "Create Time Slots in Php". Check the following code snippet. With this code, we can create time slots for a given interval and time range.
function getTimeSlot($interval, $start_time, $end_time)
{…
How Laravel Traits are Different from the Helpers in PHP
In this article, we will discuss "How Laravel traits are different from the helpers in PHP".Traits have been mainly added to PHP as PHP never allows multiple inheritances i.e., a class couldn’t expand more than one class at once. This…
Difference Between FULL, MEAN and MERN Stack Development
In this article, we will discuss the "Difference Between FULL, MEAN and MERN Stack Development". The word 'stack' came from the word 'LAMP' stack that is an abbreviation for technologies like "Linux, Apache, MySQL, and PHP". As we know…
How to Handle Multiple PHP Versions with Apache Server on Windows
In this article, we will discuss "How to Handle Multiple PHP Versions with Apache Server on Windows". As previous, I'm sharing an article where you learn how to set up Apache, PHP, and MySql on windows. So I recommend you to start with our…
Laravel Socialite GitHub Login (Part 3)
In this article, we will discuss "Laravel Socialite GitHub Login". In this Laravel Socialite series, we already discussed Twitter and LinkedIn social login in our previous articles.
Laravel Socialite GitHub Login
Prerequisites
You need to…
Laravel Socialite LinkedIn Login (Part 2)
In this article, we will discuss "Laravel Socialite LinkedIn Login". We already discuss the Laravel Socialite in our previous post, where we describe the Twitter login process. So in this post, we will not be discussing the common process.…
Laravel Socialite Twitter Login (Part-1)
In this article, we will discuss "Laravel Socialite Twitter Login". As we already discussed, Laravel is not only PHP framework. It's like a lifesaver tool for the developer. If you are new in Laravel then you can start with our previous…
Modern PHP Security Excellent Benefits
In this article, we will discuss "Modern PHP Security Excellent Benefits". PHP significantly reduces many things like security issues, time issues, and garbage issues throughout the development of projects. It links well to the database…
How to Setup Apache, PHP & MySql on Windows 10
In this article, we will discuss "How to Setup Apache, PHP & MySql on Windows 10". When you are planning to install Apache, PHP & MySQL on Windows 10 machine, then We have two options to do this as given below:You can setup…
Google Map API – Get Geolocation using City/Locality
In this post, we will discuss Google Map API – Get Geo Location using City/Locality. I'm assuming, most users are familiar with the Google Maps. Google provides a flexible API to work with the Maps easily. If you want to know more about…