Latest Laravel/PHP Articles

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


Let’s look at a super easy way to detect license plates in photographs. Our API will not only give the location and dimensions of the license plate (or plates)...
Today we will be looking at how to employ Deep Learning OCR (optical character recognition) to extract text from photographs. And that’s all you have to do! Not...
As we all know that Laravel is a fantastic framework for all the tasks we need, whether we need microservices like an RESTful API or a full fletched project bui...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
3. Test that Apache is running by accessing http://localhost in a browser window. The result should be a webpage with the title Apache2 Ubuntu Default Page.
Hello World,Today i am going to create article in which we will learn laravel directory structure. In this article, we will learn about all folders and files at...
This post demonstrates how to harness deep learning to determine the age of someone in a photo. Begin with a reference to our image recognition API: Then all th...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
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...