PHP
A receipt printer for GitHub issues
Andrew Schmelyun built a very cool side project. I don’t dare to introduce this at Spatie. Read more
PHP
Naming constructors
Andraes Möller blogged a few interesting strategies to name the constructors of your PHP objects. Read more
PHP
Query content of S3 objects with SQL using Laravel
While Amazon S3 is awesome for storage, It also has a feature called S3 Select. With S3 Select, You can use a simple SQL query to filter the content of the stored objects. and retrieve Read more…
PHP
How To Convert Word To PDF In Laravel
In this post, we’ll learn the way to convert Word to PDF In Laravel. Sometimes we’d like to implement this feature in web applications. In that, he will upload a word file, and we will convert that word file Read more…
PHP
The latest PHP Foundation Update list the new PHP core developers
I’m looking forward seeing with this group of developers will do for PHP. Read more
PHP
Extreme questions to trigger new, better ideas
Sometimes the extreme is surprisingly appropriate. Unique business models emerge when at least one dimension is so extreme that it defies critics and competitors to even conceive of its possibility. Read more
PHP
Need Something Sorted? Sleep on It!
Probably you’ll never use this way of sorting in a real app, but it’s kinda cool that it’ll work. Read more
PHP
Laravel Valet 3 Released With Multi-Version PHP Support
The Laravel team released the next major version of Laravel Valet (3.0), which introduces running multiple versions of PHP in Valet applications side-by-side.
PHP
Those HTML Attributes You Never Use
In this article, Louis Lazaris describes and demonstrates some interesting HTML attributes that you may or may not have heard of and perhaps find useful enough to personally use in one of your projects. Read Read more…