Offset vs Cursor Pagination in Laravel [In-Depth Guide]
– www.laravel-enlightn.com - submitted by Paras Malhotra
An in-depth guide on offset and cursor pagination in Laravel, and the pros and cons of each.
Read more [www.laravel-enlightn.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– www.laravel-enlightn.com - submitted by Paras Malhotra
An in-depth guide on offset and cursor pagination in Laravel, and the pros and cons of each.
Read more [www.laravel-enlightn.com]
A few months ago a conversation around queued jobs hammering a database came up due to Laravel’s SerializesModels trait. While aware of the issue, I wasn't sure of the specifics. Digging deeper, I was extremely surprised by how relations are handled. Here are the findings and a few workarounds when queueing relations.
Read more [dev.to]
– www.juststeveking.uk - submitted by Steve McDougall
Have you ever needed to work with a 3rd.party API in Laravel, and not been sure how best to do it? In this article I walk you through how I integrate with the PingPing API to provide a predictable and testable integration
Read more [www.juststeveking.uk]
– dev.to - submitted by Patrick
Some best practices and tips for composing high quality pull requests when contributing to open source projects.
Read more [dev.to]
– medium.com - submitted by Tinni
If you had to pick one learning from the best productivity apps to create an amazing user experience, check out Around, Elevate, Notion, Todist, and Forest.
Read more [medium.com]
– crawler-test.com - submitted by Peter
Test if your crawler handles various cases such as broken meta redirects, foreign chars in the URLs, etc. pp. correctly. Crawl this website to see if you crawler does well.
Read more [crawler-test.com]
– doeken.org - submitted by Doeke Norg
5 techniques for testing traits with simple and complex use cases
Read more [doeken.org]
– github.com - submitted by Peter
Loopple is an open-source drag-and-drop dashboard builder using Bootstrap. Looks good for prototyping applications.
Read more [github.com]
– rappasoft.com - submitted by Peter
A dynamic table component for Laravel Livewire. Supports TailwindCSS and Bootstrap 4/5.
Read more [rappasoft.com]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
Recently, Tailwind v2.1 was released with the JIT compiler included. The JIT (Just In Time) compiler only generates CSS that you actually use, instead of all sorts of classes that you (almost) never use, like `subpixel-antialiased`, `place-self-start`, and `backdrop-brightness-95`. And even better compiling your CSS goes extremely fast, about 100ms.
Read more [www.jeroenvanrensen.nl]
– stefanzweifel.io - submitted by Stefan Zweifel
An introduction on how to add Laravel Components to the PHP Static Site Generator Jigsaw by using the Jigsaw Container.
Read more [stefanzweifel.io]
– zubairmohsin.dev - submitted by Zubair Mohsin
Let's find out why Laravel requires a simple package like `psr/container`.
Read more [zubairmohsin.dev]
– lorisleiva.com - submitted by Loris
So you’ve got a Laravel application and you’re ready for the world to see it? Then this series is for you!
Read more [lorisleiva.com]
– aaronfrancis.com - submitted by Aaron Francis
A quick tutorial on using Inertia.js for your application and plain Blade views for your marketing pages.
Read more [aaronfrancis.com]
– github.com - submitted by Bennett Treptow
This Laravel package takes an existing database and will convert it to a migration file.
Read more [github.com]
– www.csrhymes.com - submitted by Chris Rhymes
In this example we are going to create an export of User information into Excel using Laravel Resource Collection and Spatie’s simple excel package. Laravel Resources are normally used to transform your data for use in an API, but you can also create an array from the resource for use in our export.
Read more [www.csrhymes.com]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
In this post, I show you how you can unit test all possible Eloquent relationships.
Read more [www.jeroenvanrensen.nl]
– yossiabramov.com - submitted by Joseph Abramov
In this tutorial, we will install Lumen with Composer, containerize our Lumen app + MySQL with Docker and go over some examples of interacting with our dockerized Lumen project. In the first part of this tutorial, we will focus on installing our Lumen app and get it up and running with Docker.
Read more [yossiabramov.com]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
The email verification feature exists of three parts: 1. A page to tell the user that they have to verify their email address 2. A button where a user can click to request another link 3. A route to verify the email address after clicking on a button in an email
Read more [www.jeroenvanrensen.nl]
– protone.media - submitted by Pascal Baljet
Inertia.js has an event system to hook into lifecycle events. You can, for example, hook into page visits and unsuccessful form requests. This new package provides helper methods for Laravel Dusk that you can use to wait for specific Inertia.js events to fire.
Read more [protone.media]