top of page
Search
The Tech Platform
Feb 19, 2021
Get the Max Date with Laravel Eloquent
When working with databases and dates in Laravel, it's common to need to find the maximum date in a certain column. Fortunately,...
The Tech Platform
Feb 16, 2021
Get The Max Date With Laravel Eloquent
Getting the max date with Eloquent is executed by simply using the max() operator to get the maximum date time stamp in any given data...
The Tech Platform
Feb 3, 2021
LAMP (Linux, Apache, MySQL, PHP)
LAMP is an open-source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the...
The Tech Platform
Feb 3, 2021
Apache as a Web Server
Apache HTTP Server is a free and open-source web server that delivers web content through the internet. It is commonly referred to as...
The Tech Platform
Feb 1, 2021
2 Ways to Get Latest Record by Date with Laravel
When working with databases and dates in Laravel, it's common to need to retrieve the latest record based on a certain date column. There...
The Tech Platform
Feb 1, 2021
Upload Image To Database Using Laravel Tutorial With Example
With Laravel, you can forget about having to worry about PHP’s SuperGlobal ‘Files’ variable. No more messing around with lines and lines...
The Tech Platform
Jan 14, 2021
Upload Image to Database Using Laravel
Laravel's storage system makes it easy to manage files, organize your assets, and scale your application as needed. Whether you're...
The Tech Platform
Jan 14, 2021
How to Fix Laravel CSRF Token Mismatch Error From AJAX Request
CSRF is an attack that forces an end user to execute unwanted actions on a web application where they are currently authenticated....
The Tech Platform
Dec 17, 2020
Calculating The Difference Between Two Dates in PHP
Getting the difference between two dates in PHP isn’t as trivial as you may think. Actually, it’s much simpler when compared to other...
The Tech Platform
Dec 7, 2020
Convert PHP object to associative array
During PHP development, you may never come across the need for this functionality, but its an extremely good piece of knowledge to have...
bottom of page