How Puny Works under the Hood: The Basics
– ryangjchandler.co.uk - submitted by Ryan Chandler
Let me show you how some of Puny's internal codebase works and why I'm in love with it.
Read more [ryangjchandler.co.uk]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– ryangjchandler.co.uk - submitted by Ryan Chandler
Let me show you how some of Puny's internal codebase works and why I'm in love with it.
Read more [ryangjchandler.co.uk]
– bannister.me - submitted by James Bannister
Across two jobs, and a number applications, I've been using Inertia JS to create great SPA experiences with ease. Recently, I gave a talk at the Brisbane Laravel Meetup on what Inertia is, some of its features, and why I think it is a great choice for building SPAs.
Read more [bannister.me]
– www.ably.io - submitted by Ramiro Nuñez Dosio
A look at some of the many challenges of implementing a reliable and highly-performant client-side WebSocket solution in PHP.
Read more [www.ably.io]
– setkyar.com - submitted by Set Kyar Wa Lar
Learn how you can easily automate EC2 instance start/stop with cloud watch and system manager automation.
Read more [setkyar.com]
– larsklopstra.nl - submitted by Lars Klopstra
Modals can be a pain in the ass, but there's no way around them. I'm currently working on an application where we need them. Whilst working with Inertia.js and Vue.js we have many options available, let's have a look how I solved this issue.
Read more [larsklopstra.nl]
– graphql-api.com - submitted by Leonardo Losoviz
It explains how we can make PHP-Scoper work with WordPress (a real challenge!), based on my own experience with plugin GraphQL API for WordPress (as a result, the plugin can be finally uploaded to wp.org 🎉)
Read more [graphql-api.com]
– www.csrhymes.com - submitted by Chris Rhymes
In this example we are going to make a console command to import some products into our database from a csv file and then test they are all added as expected.
Read more [www.csrhymes.com]
– joshhornby.com - submitted by Joshua Hornby
As I look back over what’s almost a decade in software development, there are some things I wish I’d started doing sooner. This is the advice I’d give my younger self, who has just landed their first professional software development job.
Read more [joshhornby.com]
– github.com - submitted by Sergio Bruder
Laser Stack is local Laravel development stack powered by docker like Laravel Sail and multi-project like Valet. Aims to be small and fast. It's opinionated: it does not support everything under the sun but you can customize the container to suit your needs. It supports macOS, WSL2 (Windows) and Linux and it needs docker. Laser has a shell script around docker-compose as an interface to it, it exposes all docker-compose commands and extends it with it's own subcommands and recognizes which project you want to use by the current directory when you call `laser artisan` for example. More on https://github.com/sdbruder/laserstack
Read more [github.com]
– robindirksen.nl - submitted by Robin Dirksen
After using Laravel Forge for years, it is time to look for something different. I came across Ploi, which offered more features that I wanted to use. But, how did I migrate my servers to Ploi?
Read more [robindirksen.nl]
– mattstauffer.com - submitted by Jamison Valenta
This tutorial walks through how to set up your Laravel application to use Zapier to post tweets.
Read more [mattstauffer.com]
Learn how to deploy your Laravel application without any down-time using Github Actions. This technique works for almost any application (Symfony, WordPress, you name it).
Read more [philo.dev]
– www.amitmerchant.com - submitted by Amit Merchant
Understand what method overloading truly means in PHP
Read more [www.amitmerchant.com]
– crnkovic.me - submitted by Josip Crnkovic
This post recreates the example from the Laravel documentation that states how Laravel Forge uses atomic locks in its core. It shows the true power of atomic locks as well as job middleware and how to combine it.
Read more [crnkovic.me]
– dev.to - submitted by Zubair Mohsin
This post is about understanding Mass Assignment in Laravel Eloquent ORM.
Read more [dev.to]
– github.com - submitted by Ryan Chandler
Make unit testing in PHP simpler again.
Read more [github.com]
– github.com - submitted by Ryan Chandler
A simple Color object for PHP packages and applications.
Read more [github.com]
– releasecandidate.dev - submitted by Peter
Mini-tutorial to demonstrate a simple approach on how to use cookies with AlpineJS
Read more [releasecandidate.dev]
– gdebrauwer.dev - submitted by Günther Debrauwer
Generating one voucher code is easy, but what if you need to generate thousands (or millions) and you need to be sure that each voucher code is unique? In this post, I will explain how you can solve this problem (in PHP).
Read more [gdebrauwer.dev]
– gummibeer.dev - submitted by Tom Witkowski
A guide how to optimize webfonts with Glyphhanger by subsetting.
Read more [gummibeer.dev]