PHP Versions Stats - 2020.1 Edition
Link – – blog.packagist.com
Jordi Boggiano - also known as Mister Composer - published some fresh stats on PHP version usage.
Read more [blog.packagist.com]
Oh Dear is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong. All that paired with a developer friendly API and kick-ass documentation. O, and you'll also be able to create a public status page under a minute. Start monitoring using our free trial now.
Link – – blog.packagist.com
Jordi Boggiano - also known as Mister Composer - published some fresh stats on PHP version usage.
Read more [blog.packagist.com]
In this video you can see an extraordinary Sudoku being solved. It has nothing to do with programming, but it's fun to see how Mitchell Lee thinks while solving this one.
Stay up to date with all things Laravel, PHP, and JavaScript.
You can follow me on these platforms:
On all these platforms, regularly share programming tips, and what I myself have learned in ongoing projects.
Every month I send out a newsletter containing lots of interesting stuff for the modern PHP developer.
Expect quick tips & tricks, interesting tutorials, opinions and packages. Because I work with Laravel every day there is an emphasis on that framework.
Rest assured that I will only use your email address to send you the newsletter and will not use it for any other purposes.
Link – – aaronfrancis.com - submitted by Aaron Francis
A Laravel package to mimic daemons via scheduled commands without having to change server configuration.
Read more [aaronfrancis.com]
Mohamed Said explains an interesting pattern for you to consider that can potentially make authenicating from the frontend easier.
Today we released a package to make Laravel apps tenant aware, called laravel-multitenancy. The philosophy of this package is that it should only provide the bare essentials to enable multitenancy.
The package can determine which tenant should be the current tenant for the request. It also allows you to define what should happen when switching the current tenant to another one.
It works for multitenancy projects that need to use one or multiple databases.
In this blog post, I'd like to introduce the package to you.
Link – – laravel-news.com
Tim MacDonald shares a nice way to go about this.
Read more [laravel-news.com]
Link – – stitcher.io
My colleague Brent clearly explains an awesome feature coming in PHP 8.
Read more [stitcher.io]
Link – – madewithlove.com
Here's a nice technique that you can use in legacy projects.
Read more [madewithlove.com]
Link – – ferd.ca
What's the ideal amount of abstraction? When does a framework start having "too much magic"? When are there too many languages in an organisation?
Read more [ferd.ca]
Link – – php.watch
Composer v2 has a new feature that your server environment is checked at the run-time before the autoloader is even initialized. This is everything you should know about it
Read more [php.watch]
Link – – www.geepawhill.org
Geepaw Hill explains a way to avoid demeter violations.
Read more [www.geepawhill.org]
Link – – ohdear.app
Oh Dear performs SSL certificate monitoring in a slightly different than other services, which is why it was able to detect a problem with the SSL certificates of a very large, commercial, CDN provider.
Read more [ohdear.app]
Link – – stitcher.io
PHP 8, the new major PHP version, is expected to be released by the end of 2020. It's in very active development right now, so things are likely to change a lot in the upcoming months.
Read more [stitcher.io]
Link – – zwischenzugs.com
Here are some Bash tips that are relatively obscure, or rarely seen, but still worth knowing about.
Read more [zwischenzugs.com]
Link – – blog.rafter.app - submitted by Josh Larson
Learn how to track and visualize a chain of queued jobs in Laravel using a custom trait, job middleware, and Laravel Livewire.
Read more [blog.rafter.app]
Link – – hive.blog
Larry Garfield has some interesting thoughts on how PHP can be improved.
Read more [hive.blog]
Link – – tighten.co - submitted by Matt Stauffer
Learn how to build cross-platform, native mobile apps using familiar Vue.js syntax and Tailwind CSS.
Read more [tighten.co]
In this video, Mohammed Said shares a nice, clean strategy for multitenancy in Laravel.
Link – – vimeo.com
On this page on Vimeo you'll find videos of all talks given at Laracon Online that was held in February.
Read more [vimeo.com]
At Spatie we have a TV screen against the wall that displays a dashboard. This dashboard displays the tasks our team should be working on, important events in the near future, which tasks each of our team members should be working on, what music they are listening to, and so on. Here's what it looks like:
This dashboard is built using our laravel-dashboard package. It will allow you to built a similar dashboard in no time.
In this blogpost I'd like to walk you through both the dashboard and the package.