Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
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.
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...
If you want to learn SQL Injection step by step, then after reading this article will help you to understand SQL Injection step by step with example completely.
How to Create a Check Constraint in Laravel Migration?Assuming that we have a users table with a balance column that must never drops below zero.When it’s not a...
How to integrate PHPUnit with PHP-VCRStep1: Install php-vcr librarycomposer require php-vcr/phpunit-testlistener-vcrStep2: Add below to your phpunit.xml
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.
Online Courses Udemy Laravel Vuejs Private (one to one) Chat App, An Advanced One to One Chat App with Laravel as backend, Vuejs as frontend & Pusher Channels f...
Creating a Laravel Package is a great way to avoid duplicating code. Recently, I implemented the Repository Design Pattern on a Laravel project. The repository...
Developers describe CodeIgniter as “A Fully Baked PHP Framework”. CodeIgniter is a proven, agile & open PHP web application framework with a small footprint. It...
My ultimate goal was to use this recursive function in Laravel, so I could use the Query builder to return the amount of days between from and to, in fields. Th...