Latest Laravel/PHP Articles

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


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.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
Adi SuryaAug 1 · 1 min readforeach(get_declared_classes() as $class){ if(is_subclass_of($class, ‘DataObject’)){ if (strpos($class, ‘Page’) !== false) { echo $cl...
Have you ever walked on the beach watching the beautiful sunset and wondering how can I boot a Laravel project on Docker? Me neither, but here we are. Since you...
In this blog, we will walk about some of the vulnerabilities found in PHP applications that are generally ignored by the developers. The severity of such vulner...