Lessons from Open Source Software
– gummibeer.dev - submitted by Tom Witkowski
This post is a response/reaction to "From Contributor to Maintainer: Lessons from Open Source Software" by Patrick Organ.
Read more [gummibeer.dev]
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– gummibeer.dev - submitted by Tom Witkowski
This post is a response/reaction to "From Contributor to Maintainer: Lessons from Open Source Software" by Patrick Organ.
Read more [gummibeer.dev]
– flareapp.io - submitted by Spatie
It's now possible to prioritize issues in Flare!
Read more [flareapp.io]
– dev.to - submitted by Patrick
Lessons learned from contributing to open source software projects.
Read more [dev.to]
– msamgan.com - submitted by mohammed samgan khan
Every laravel developer have this wish to contribute to laravel, but it's hard to find a start point. How to do that, where to start, how this, where that all this questions and searching on internet won't be much of a help. There are a ton of articles on how to do laravel but almost no detailed information on how to contribute to this master framework. In this article, we will try to find out answers to some of those questions.
Read more [msamgan.com]
– qirolab.com - submitted by Harish Kumar
Laravel provides tools for creating and downloading compressed files. This guide explores file compression in the Laravel ecosystem, covering native PHP solutions and third-party package integrations.
Read more [qirolab.com]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– github.com - submitted by Ash Allen
Favicon Fetcher v3.5.0 adds a new `verify_tls` config option for disabling TLS verification and making local development easier.
Read more [github.com]
– tonymasek.com - submitted by Tony Masek
Let's take a look at a possible approach to register routes in your Laravel application by splitting them into multiple files.
Read more [tonymasek.com]
– youtu.be - submitted by Bert De Swaef
In this video we're learning how to use Ray to debug your projects. Weither your working with Laravel, PHP, Javascript or some other programming language, Ray is there for you. Debugging your project was made easy by the guys over at Spatie. They designed and developed a debugging tool for us, called Ray. Available at https://myray.app
Read more [youtu.be]
– myray.app - submitted by Spatie
Leveraging the Power of Macros in Ray.
Read more [myray.app]
– github.com - submitted by Patrick
Major overhaul of the package API, performance improvements, PHP 8.2+ support, and more!
Read more [github.com]
– flareapp.io - submitted by Spatie
Introducing Laravel Error Share, simply share and debug local errors with your team!
Read more [flareapp.io]
– ashallendesign.co.uk - submitted by Ash Allen
In this Quickfire article, we'll learn about how to validate whether an uploaded image is square in shape.
Read more [ashallendesign.co.uk]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– alsterholm.com - submitted by Andreas Alsterholm
This article showcases how you can use Eloquent models, rather than a traditional boolean column, as flags in your Laravel application.
Read more [alsterholm.com]
– www.crwlr.software - submitted by Christian Olear
Since working with generators can be a bit tricky if you're new to them, this post offers an intro on how to use them and highlights common pitfalls to avoid.
Read more [www.crwlr.software]
– qirolab.com - submitted by Harish Kumar
Laravel Reverb, introduced in Laravel 11, has changed how developers handle real-time communication in their web applications.
Read more [qirolab.com]
– backpackforlaravel.com - submitted by Karan Datwani
Five Lesser-Known But Useful Composer Commands.
Read more [backpackforlaravel.com]
– aleksandertabor.com - submitted by Aleksander Tabor
Run Laravel jobs in the command-line.
Read more [aleksandertabor.com]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we'll create everything you need in just one simple command. Instead of running multiple commands to create models, policies, controllers, custom requests, migration, and factories, we can simply chain "-a" onto our Artisan command.
Read more [youtu.be]