Tag: PHP

lastphp Database Summary / Activity tool

lastphp is a simple tool for getting summaries of database columns from different databases and displaying them on a webpage. It’s intended use is to view the current user count / last post time across a number of online services via their SQL databases. This makes it easy to...

Multiple file uploads in Laravel with Dropzone and Laravel Media Library

There are a few examples online of using Dropzone JS with Laravel Media Library, however none of them quite worked how I’d like, and had various caveats. Below is my solution, which supports retaining original file names, generating thumbnails, file previews, repopulating forms, and deleting/adding new items when updating...