Improve Query Time From 4 seconds to 70 milliseconds (50 - 60 times faster)
– youtu.be - submitted by Ashish Dhamala
Use MySQL indexing to improve the query performance.
Read more [youtu.be]
– youtu.be - submitted by Ashish Dhamala
Use MySQL indexing to improve the query performance.
Read more [youtu.be]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Here are a few tips and tricks that you can use in your Alpine 3.x components.
Read more [ryangjchandler.co.uk]
– downing.tech - submitted by Nuno Maduro
Introduced in Pest 1.4, we now have Higher Order Expectations in our toolkit. These allow us to access properties and methods from the expectation value itself, rather than accessing them ahead of time.
Read more [downing.tech]
– www.juststeveking.uk - submitted by Steve McDougall
Sending API requests in any PHP framework has always been a little bit of a manual process, yes you can create an SDK or wrapper - but you are still having to do the same thing. *Introducing Laravel Transporter* an easy to use wrapper around Laravel `PendingRequest` that allows you to define requests as classes, and override options at run time when you need to.
Read more [www.juststeveking.uk]
– github.com - submitted by VGlad
The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project.
Read more [github.com]
– github.com - submitted by Steve McDougall
Build API requests as classes using sensible defaults, simply `make:api-request RequestName` configure it to your requirements - and send as required.
Read more [github.com]
– doeken.org - submitted by Doeke Norg
How callbacks can help you preform assertions in your mocks.
Read more [doeken.org]
– www.csrhymes.com - submitted by Chris Rhymes
Testing validation rules can become quite tiresome pretty quickly if you have to write each test manually. Luckily I’ve found a nice method that allows you to simplify your validation rule tests when using Laravel Livewire components.
Read more [www.csrhymes.com]
– github.com - submitted by Peter
The Laravel Commonmark Blog package now supports: - embargo (scheduling articles to be published after a certain date) and - caching of all generated articles to use them in sidebars, footers, etc.
Read more [github.com]
– github.com - submitted by Ryan Chandler
Quickly identify controller methods with no route in your Laravel applications.
Read more [github.com]
– www.larapeak.com - submitted by Larapeak
Hello today I have a short tutorial for you. I was working on this blog to optimize for SEO. I wanted to create a sitemap that updates automaticly. Luckly for me Spatie created a package for this. With the spatie/laravel-sitemap you can automate the process of creating a sitemap for your Laravel application. Let's learn how to setup and use this package!
Read more [www.larapeak.com]
– doeken.org - submitted by Doeke Norg
Streamline and minimize your UI by customizing a BooleanGroup.
Read more [doeken.org]
– github.com - submitted by Aaron Francis
Sidecar packages, creates, deploys, and executes Lambda functions from your Laravel application. You can write functions in any of the following runtimes and execute them straight from PHP: Node.js 14, Node.js 12, Node.js 10, Python 3.8, Python 3.7, Python 3.6, Python 2.7, Ruby 2.7, Ruby 2.5, Java 11, Java 8, Go 1.x, .NET Core 3.1, .NET Core 2.1.
Read more [github.com]
– adithya.dev - submitted by Adithya
Fixing an issue with index size in Laravel
Read more [adithya.dev]
– tighten.co - submitted by Jamison Valenta
Tighten employees share encouragement for anyone struggling through the pandemic.
Read more [tighten.co]
– 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]