Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Obviously everyone has their own preferences, I choose Laravel because I was working with PHP for a long time since PHP 4. So my choice was limited based on PHP...
Let’s look at a simple way to both check the syntax of an email address and determine if it really exists. First, add this reference to our Validate API to your...
Here is a quick demonstration of how to use one of our APIs to locate a face in a photo and then crop the image accordingly. Let’s start with a reference to our...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel provides amazing features to deal with your database records and soft delete is one of them. Today, we will be exploring how we can practically use the...
Slim is a lightweight and very fast micro framework for building powerful web app or Restful API. Slim contains very handy URL structure with routers, middlewar...
Let us begin by referencing our API in our library. Our return will consist of URLs to the corresponding PNGs, which can then be downloaded. Simple.
Here is a very quick rundown of how to use one of our APIs to geolocate an IP address. Let’s put the following reference in our library: new GuzzleHttp\Client()...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Today’s post looks at how to use our Image Recognition API to identify facial features, including eyes, in a photograph and return their locations. new GuzzleHt...
Laravel Development company will uses new updates, In which It will allow to send every updates through the Slack, SMS, Email and integrated with Many More.
Today I’m going to tell you about my solution to get your JavaScript apps (and not even JavaScript!) prerendered. That’s my first post here and today I want to...
Let’s take the pain out of file conversion in two easy steps. Boom! Done! If you need to convert a CSV back into XLSX, it’s as simple as calling the appropriate...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Here is a very simple way to handle conversion of HTML to PDF using our API. Let’s begin with adding the following reference:
This article is part 2 of how to add authentication to your Laravel API using a proxy. This time we focus on using the JWT Proxy, which is authentication by JSO...
Make sure you add Bootstrap to your project, you can choose to either use BootstrapCDN provided for free (see below) or download the source files here or write...
Today we will be looking at a simplified method to adjust photo resolution using our Convert API. The first thing to do is add a reference to the client in our...