Laracon 2024: Freek Van der Herten: Unique Laravel Packages

Freek highlighted a number of lesser-known Spatie (pronounced spa-sea) packages:

  1. Laravel Horizon Watcher: automatically restart Horizon when you change job code
  2. Laravel Remote: execute Artisan commands on remote servers
  3. Laravel Support Bubble: a chat bubble for support requests
  4. Laravel Response Cache: cache the entire response HTML for improved performance
  5. Laravel Query Builder: a package to easily sort, filter, and query Eloquent models based on request parameters
  6. Laravel Login Link: a local development helper to quickly log in without using the username and password
  7. Laravel Error Solutions: another development helper that provides suggested solutions on Laravel’s error pages
  8. Laravel Blade Comments: yet another development helper that adds HTML comments indicating which Blade components are responsible for rendering parts of the page
  9. Laravel PDF: a package to create PDF files in a Laravel app, using Browsershot + Chromium
  10. Laravel Schedule Monitor: a utility to monitor scheduled commands to determine whether they succeeded or failed, when they last ran, etc.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.