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 commands —
cert:issue,cert:renew,cert:listfor full lifecycle management from the CLI - Queue job —
IssueCertificateJobfor async certificate issuance - Auto-renewal scheduling — register the renewal job in your console kernel or scheduler
- Events —
CertificateIssued,CertificateRenewed,CertificateExpiring,CertificateFailedfor full observability - Database-backed storage — migration included for persisting certificate metadata
- Laravel 12 & 13 support — PHP 8.3+
Requirements
- PHP
^8.3 - Laravel
^12.0or^13.0 blendbyte/coyotecert^1.0
Installation
composer require blendbyte/coyotecert-laravel
php artisan vendor:publish --tag=coyotecert-config
php artisan migrateFull Changelog: v0.1.0...v1.0.0