content-visibility: auto and the scrollbar problem
– adithya.dev - submitted by Adithya
Implementing content-visibility: auto and the problem that followed soon after
Read more [adithya.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– adithya.dev - submitted by Adithya
Implementing content-visibility: auto and the problem that followed soon after
Read more [adithya.dev]
– divinglaravel.com - submitted by Robin Dirksen
If you're running your queue workers on a server with limited resources it's important to ration the resource used by those workers.
Read more [divinglaravel.com]
– dev.to - submitted by Brian Dillingham
Intro to Jetstream + Vue for devs used to blade
Read more [dev.to]
– zubairmohsin.dev - submitted by Zubair Mohsin
In my journey of exploring each Laravel dependency, `cron-expression` package is today's topic. Let's see how Laravel uses it in Task scheduling.
Read more [zubairmohsin.dev]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
In my previous post, I told why you shouldn't expose your default incrementing IDs, because of security and other issues. Luckily there are some solutions for this problem: slugs and UUIDs.
Read more [www.jeroenvanrensen.nl]
– graphql-api.com - submitted by Leonardo Losoviz
I’ll start publishing a monthly review of how the GraphQL API plugin is doing: progress on the financial goals, number of downloads, strategies to engage contributors, others. This is the first edition, for March '21.
Read more [graphql-api.com]
– armancodes.medium.com - submitted by Arman Ahmadi
While developing your applications, you might want to see the list of the packages that have available updates, so that you can easily check if you want to update them.
Read more [armancodes.medium.com]
– svenluijten.com - submitted by Sven
How you can leverage DNSControl and GitHub Actions to make DNS configuration a breeze.
Read more [svenluijten.com]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
By default, every Laravel model has an incrementing ID. Although this makes things very easy, there are some security reasons why you shouldn't be exposing this ID to your users. In this article, I'm going to explain why.
Read more [www.jeroenvanrensen.nl]
– adithya.dev - submitted by Adithya
Informing Bing search engine about new or updated content on your website using PHP / Laravel
Read more [adithya.dev]
– ryangjchandler.co.uk - submitted by Ryan Chandler
When distributing console commands in a package or within an application, making sure data is in the correct format can be important. Let's build a `make:user` command that takes advantage of Laravel's validation helpers.
Read more [ryangjchandler.co.uk]
– php.watch - submitted by Ayesh
Security precautions Composer already has, and what you can do to improve them further.
Read more [php.watch]
– aaronfrancis.com - submitted by Aaron Francis
Building your JS/CSS assets for production without pulling your hair out.
Read more [aaronfrancis.com]
– twitter.com - submitted by Paras Malhotra
Here's a twitter thread that shares 100 Laravel tips on performance, security and reliability over 100 days!
Read more [twitter.com]
– hammerstone.dev - submitted by Aaron Francis
Airdrop is a Laravel package that speeds up your deploys by skipping asset compilation when possible.
Read more [hammerstone.dev]
– 30daysoflaravel.com - submitted by Mateus Guimarães
A series of 30 videos, delivered every day through e-mail, containing Laravel tips and tricks.
Read more [30daysoflaravel.com]
– stillat.com - submitted by John
Integrating Laravel Spark and Statamic 3 (with the Cool Writings Starter Kit) to develop a subscription site that allows a mix of free and premium content.
Read more [stillat.com]
– www.twilio.com - submitted by Nuno Maduro
In this tutorial, we’ll be looking at how to get started using Pest in a Laravel project. Using the test-driven approach, we’ll be building a simple to-do application that allows you to create, edit, update and delete tasks.
Read more [www.twilio.com]
– gdebrauwer.dev - submitted by Günther Debrauwer
Your project contains a REST API and you want to document that REST API. But how do you do that? In this post, I will explain how you can solve this problem using OpenAPI, Stoplight Studio, and Swagger UI.
Read more [gdebrauwer.dev]
– mohabdelaziz95.github.io - submitted by Mohamed AbdElaziz
Save your codebase from naive primitive types no more (int, string, etc..) but meaningful types...
Read more [mohabdelaziz95.github.io]