Collecting Time Video Metrics with Livewire
Link – – fly.io - submitted by Kathryn Anne Tan
Easily share user-video interaction data from client to browser with Livewire!
Read more [fly.io]
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 – – fly.io - submitted by Kathryn Anne Tan
Easily share user-video interaction data from client to browser with Livewire!
Read more [fly.io]
Link – – digitalwithyou.com
Our friends at Digital With You wrote a detailed case study on how they helped us redesign @OhDearApp They cover rewriting marketing text, choosing new colours, redesigning all pages.
Read more [digitalwithyou.com]
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 – – ryangjchandler.co.uk - submitted by Ryan Chandler
In this post, Ryan demonstrates how to use FFI and a lower-level language such as Rust to improve the performance of a critical path.
Read more [ryangjchandler.co.uk]
A nice refactor from Aaron Francis
I'm always on the lookout for a good "make more things the same" refactor and I just found one!
— Aaron Francis (@aarondfrancis) March 8, 2023
Make your life easy, make more things the same. pic.twitter.com/tQfnqSZ84u
Link – – laravel-news.com
Valet is one of my favourite pieces of technology: I don't notice that I'm using it, still I use it every single day.
Read more [laravel-news.com]
Link – – sebastiandedeyne.com
This feature is high on my wishlist.
Read more [sebastiandedeyne.com]
When looking at recent changes in the Laravel framework, I saw some PHP syntax that I didn't see before. Because I've been working with PHP for over 20 years and have a firm grasp of the language, I was surprised to see new syntax for the first time.
In this sponsored talk given at Laracon India 2023, I demo all major Oh Dear features. After that, I share how the Laravel app behind Oh Dear is structured using domains.
The audio quality is not perfect, but it should still be understandable.
Here's a recording of Taylor sharing Laravel Folio and Volt at Laracon India.
Link – – harrk.dev - submitted by Harry Kirkman
In this article we will look at creating beautiful QR codes in Laravel 10, using the simple-qrcode package. With various use-cases and examples.
Read more [harrk.dev]
Link – – sebastiandedeyne.com
A nice tip by my colleague Seb
Read more [sebastiandedeyne.com]
Link – – www.swyx.io
Before you write any code — ask if you could ever possibly want multiple kinds of the thing you are coding. If yes, just do it. Now, not later.
Read more [www.swyx.io]
Link – – youtu.be - submitted by Bert De Swaef
Creating a Memory game in javascript, with minimal css. It's not that hard, follow along and learn how.
Read more [youtu.be]
The release of Pest v2 is right around the corner. Pest creator Nuno Maduro and the rest of the Pest team are currently working hard improving the docs ahead of the Pest v2 release somewhere later this month.
In this blog post, I'd like to share the free videos I've created for each of the amazing features.
Link – – tomasvotruba.com
I'm sure Tomas is going to do some cool stuff for the Laravel community.
Read more [tomasvotruba.com]
Link – – tighten.com - submitted by Jamison Valenta
Don’t waste your team’s time fixing little code style issues... and DEFINITELY don’t ship code w/inconsistent code style! Check out our new package Duster, a powerful all-in-one code linter & fixer bundling all the best code styles for your Laravel apps!
Read more [tighten.com]
Link – – flareapp.io
My colleagues and I are hard at work making the best error tracker for Laravel even better.
Read more [flareapp.io]
Link – – flareapp.io
My colleague Ruben explains some improvements that were made in the latest version of our popular Laravel Data package
Read more [flareapp.io]
Our handy Ray debugging app gained a cool new trick: it can now display the values of private properties and results of private methods.
While attending Laracon India, many people approached me to ask how we handle the maintenance of all our Spatie packages. One of the ways we keep maintenance burden low is by making our packages customizable. In this blog post, I'd like to cover some of our best tips to make a Laravel package easy…