Refactoring #6: Improve Code Quality in Laravel using Rector
– blog.genijaho.dev - submitted by Geni Jaho
The promise is simple: you install and run the package, you get instant automated upgrades and refactorings.
Read more [blog.genijaho.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– blog.genijaho.dev - submitted by Geni Jaho
The promise is simple: you install and run the package, you get instant automated upgrades and refactorings.
Read more [blog.genijaho.dev]
– geshan.com.np - submitted by Geshan Manandhar
My recap of the year 2022.
Read more [geshan.com.np]
– ashallendesign.co.uk - submitted by Ash Allen
Read about how you can improve your skills as a developer by delving into packages' code and the Laravel framework's code.
Read more [ashallendesign.co.uk]
– blog.genijaho.dev - submitted by Geni Jaho
You just have to try Rector. Heck, let the tests break, just run it.
Read more [blog.genijaho.dev]
– davorminchorov.com - submitted by Davor Minchorov
These books will help you learn more about PHP in detail and make you a better software engineer overall.
Read more [davorminchorov.com]
– tighten.com - submitted by Jamison Valenta
This post discusses accessibility design considerations that will help users with disabilities successfully use and navigate your website or application.
Read more [tighten.com]
– tighten.com - submitted by Jamison Valenta
This post discusses three equitable design considerations to avoid creating unintentional barriers and cultural or social biases for potential users.
Read more [tighten.com]
– 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]