Backing up your Laravel project to Backblaze B2
– bringyourownideas.com - submitted by Peter
Backblaze B2 is an alternative to AWS S3 for storage. Laravel's filesystem can be easily modified to use B2.
Read more [bringyourownideas.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– bringyourownideas.com - submitted by Peter
Backblaze B2 is an alternative to AWS S3 for storage. Laravel's filesystem can be easily modified to use B2.
Read more [bringyourownideas.com]
– getlasso.dev - submitted by Sam Carré
Lasso is a Laravel package designed to make your deployments easier by compiling and uploading your assets to the cloud.
Read more [getlasso.dev]
– johnbraun.blog - submitted by John Braun
When writing an end-to-end test, it is tricky to force the application to use a certain (fake) date. In this post, I share my approach using a custom middleware to be able to write Cypress tests while your application state uses a specific (fake) date.
Read more [johnbraun.blog]
– voke.dev - submitted by Nuno Maduro
The community project Laravel Zero 8.x is now available! Uses Laravel 8.x behind the scenes, adds GitLab support for self-updates, and more!
Read more [voke.dev]
– nunomaduro.com - submitted by Nuno Maduro
PEST v0.3 is now released! It features a new expectation API, a brand new PHPStorm plugin, and more!
Read more [nunomaduro.com]
– tighten.co - submitted by Jamison Valenta
What makes a software development team "good"? Sara Bine shares our team's gold standard for health, happiness, and productivity.
Read more [tighten.co]
– liamhammett.com - submitted by Liam Hammett
An approach you can use to combine multiple tightly coupled utilities together into a new compound utility class.
Read more [liamhammett.com]
– github.com - submitted by Gustavo
PHP Add Property is a extension to manage your PHP class properties for VS Code. The first stable version has been released with new features: edit properties (rename and change types), remove properties and more.
Read more [github.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Reusability is important when it comes to scaling projects and future-proofing the maintainability of a project. Let's take a look at how you can write more re-usable components in Alpine.
Read more [ryangjchandler.co.uk]
– github.com - submitted by Ryan Chandler
Adds a little `$clipboard` helper to Alpine.js that makes copying data to the clipboard simpler.
Read more [github.com]
– github.com - submitted by Arman Ahmadi
A simple Laravel package for generating download links with options such as expire time, IP restrictions, etc.
Read more [github.com]
– leoloso.com - submitted by Leonardo Losoviz
New open source plugin to convert WordPress into a GraphQL server
Read more [leoloso.com]
– github.com - submitted by Ryan Chandler
Spruce is a global state management library for Alpine.js that can make inter-component reactivity a cinch.
Read more [github.com]
– nunomaduro.com - submitted by Nuno Maduro
With Laravel 8 coming soon, Nuno just released Collision v5.0. Let's see the changes merged into this release...
Read more [nunomaduro.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Helper methods can be, well, helpful. Did you know that you can actually write helper methods in your Livewire classes and use them really easily in your Blade views?
Read more [ryangjchandler.co.uk]
– ryangjchandler.co.uk - submitted by Ryan Chandler
We all come across tasks that are repetitive and probably struggle to find ways of making them more re-usable in our Alpine components. Since v2.5 we can register custom magic variables that can help us out with that.
Read more [ryangjchandler.co.uk]
– medium.com - submitted by VICTOR GOMES GAZOTTI
Check out the mind blowing result of changing FPM to Swoole
Read more [medium.com]
– github.com - submitted by Dries Vints
A curated list of awesome things related to the TALL stack.
Read more [github.com]
– luisdalmolin.dev - submitted by Luis Dalmolin
Blog post with some practical tips on how to deal with failing and failed jobs.
Read more [luisdalmolin.dev]
– www.youtube.com - submitted by Tosho Trajanov
Time-Driven Development is challenging current views on what a best practice is and puts it more in the context of saving time and increasing efficiency of development teams.
Read more [www.youtube.com]