Skip to content

v1.0.0

Latest

Choose a tag to compare

@bashgeek bashgeek released this 20 Apr 00:51

What's New

First stable release of blendbyte/coyotecert-laravel, the first-party Laravel integration for CoyoteCert.

Features

  • HTTP-01 challenge handler via Laravel cache — no extra web server configuration required
  • Artisan commandscert:issue, cert:renew, cert:list for full lifecycle management from the CLI
  • Queue jobIssueCertificateJob for async certificate issuance
  • Auto-renewal scheduling — register the renewal job in your console kernel or scheduler
  • EventsCertificateIssued, CertificateRenewed, CertificateExpiring, CertificateFailed for full observability
  • Database-backed storage — migration included for persisting certificate metadata
  • Laravel 12 & 13 support — PHP 8.3+

Requirements

  • PHP ^8.3
  • Laravel ^12.0 or ^13.0
  • blendbyte/coyotecert ^1.0

Installation

composer require blendbyte/coyotecert-laravel
php artisan vendor:publish --tag=coyotecert-config
php artisan migrate

Full Changelog: v0.1.0...v1.0.0