Latest Laravel/PHP Articles

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


These days I faced with a task to add reCaptcha to login of Voyager admin user and, of course, started looking for it on internet. As most of the guys did not f...
Let’s take a look at how to quickly compare and match faces using Cloudmersive’s Image Recognition API.
Writing an application is a hard and resource-consuming job. However, after you release the application that you were working on for months, another hard task i...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Let’s make this super easy. We will start by adding our desired API to our library with the following reference: new GuzzleHttp\Client(), $config);$domain = "do...
Today we will demonstrate how easy it is to validate VAT numbers using Cloudmersive’s API. Let us begin. Add a reference for the Validate API Client in your lib...
This post is the final part of sql injection series. If you missed the first part, you can read it here. We will create a post listing page, where user can sear...
In modern web development, file uploads are one of the most commonly used features and Laravel Storage provides an intuitive way to handle the file storage. In...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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()...
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...