nvm for php: phpbrew
– github.com - submitted by Peter
Brew & manage PHP versions in pure PHP at HOME
Read more [github.com]
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– github.com - submitted by Peter
Brew & manage PHP versions in pure PHP at HOME
Read more [github.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
A short look at 2022.
Read more [ryangjchandler.co.uk]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at one of the hidden features of Laravel. This hidden feature is Responsable Interface. With the help of this interface, we can remove unwanted duplicate code from the controller.
Read more [youtu.be]
– youtu.be - submitted by Bert De Swaef
In this video we're having a look at the Query Builder, and how to use it correctly. We're optimizing our performance by a. lot of request time, models loaded and memory used.
Read more [youtu.be]
– www.eloquentarchitecture.com - submitted by John Freeman
Each call to the builder will modify the underlying pending request. Every modification, another link in the chain, that will be sent, finally, with get().
Read more [www.eloquentarchitecture.com]
– github.com - submitted by Mikaël Popowicz
A file manager tool and field for Laravel Nova. Beautifully designed, and customizable, this tool will provide a plug'n'play solution for your file management needs.
Read more [github.com]
– www.aniketmagadum.com - submitted by Aniket Magadum
Laravel 8 introduced an HTTP Client which is a simple wrapper around the famous PHP Guzzle library. It works great out of the box, but here are some additional statistics that you can get out of every request and response.
Read more [www.aniketmagadum.com]
– rrawat.com - submitted by Rishabh
This article talks about the benefits and trade-offs between session-based vs token-based authentication approaches. Additionally, it shares some of the best practices you should deploy for authenticating users.
Read more [rrawat.com]
– masterwp.com - submitted by Leonardo Losoviz
This article describes the stack and setup I use to run integration tests for my WordPress plugin. It is based on Lando + InstaWP (and PHPUnit, Guzzle, WP-CLI, and a few other tools), which allows to run the same tests locally during development (against Lando) and on GitHub Actions just before merging the PR (against InstaWP)
Read more [masterwp.com]
– youtu.be - submitted by Andrew Schmelyun
What declarative programming is, and how to include more of it in your PHP code base.
Read more [youtu.be]
– www.youtube.com - submitted by Mark Snape
Livewire 2 can have public properties manipulated by the user, but how? Livewire 3 will prevent this... but until then??
Read more [www.youtube.com]
– youtu.be - submitted by Bert De Swaef
In this wvideo we're setting up softDeletes by default in our project by exporting the stub files used to create models and migration files and changing those stubs to our needs.
Read more [youtu.be]
– phpscraper.de - submitted by Peter
PHPScraper now supports fetching and parsing of XML sitemaps, RSS-feeds and static search indexes. This helps to aggregate context such as URLs for further crawling. The documentation contains the typical use-cases.
Read more [phpscraper.de]
– rocketee.rs - submitted by Mark van Eijk
How does logging work in Laravel. When do you need it, what types of logging are there, how can you configure it and what log levels can you use.
Read more [rocketee.rs]
– github.com - submitted by Mohamed Ashraf
Laravel Translations UI provides a simple way to manage your translations in your Laravel application. It allows you to add, edit, delete and export translations, and it also provides a search functionality to find translations.
Read more [github.com]
– mailtrap.io - submitted by Sofia Tarhonska
Today, an SPF record is a must-have DNS record for reliable email delivery. Check this guide to learn how SPF record works and how to create one for your domain!
Read more [mailtrap.io]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at how we can convert a complex multi-join raw SQL query into Laravel query builder code.
Read more [youtu.be]
– tray2.se - submitted by Patrik Ahlström
Testing your views, yes I said, testing your views. This is something that is both boring and quite tricky to get right. Sure you can write a test that checks that a certain text is shown, or not shown according to what you want to show in your view. The reason for it being tricky to test your views is that the view is something that you as a backend developer doesn't really have that much control over, unless of course if you are a one-man team doing the full stack.
Read more [tray2.se]
– mailtrap.io - submitted by Sofia Tarhonska
Email headers are an essential part of any email communication and serve various purposes, such as informational and practical. Learn how to analyze and use them to secure your emails.
Read more [mailtrap.io]
– www.slowandsteadypodcast.com - submitted by Katarina
Coming back from a two-week break here at the podcast, Benedikt and Benedicte talk about the progress they’re making and a few existential questions about shipping updates. How long should stuff take? What is good enough? How do you balance quality and speed?
Read more [www.slowandsteadypodcast.com]