Skip to content

Commit

Permalink
Merge pull request #59 from CorwinDev/patch-1
Browse files Browse the repository at this point in the history
fix: status badges not working
  • Loading branch information
freekmurze authored Aug 30, 2023
2 parents 6937d58 + 0a013fb commit 1f8bff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Render Laravel mailables based on a mail template stored in the database

[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-database-mail-templates.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-database-mail-templates)
![Test Status](https://img.shields.io/github/workflow/status/spatie/laravel-database-mail-templates/run-tests?label=tests&style=flat-square)
![PHP CS Fixer Status](https://img.shields.io/github/workflow/status/spatie/laravel-database-mail-templates/Check%20&%20fix%20styling?label=code%20style&style=flat-square)
![Test Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-database-mail-templates/run-tests.yml?label=tests&style=flat-square)
![PHP CS Fixer Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-database-mail-templates/php-cs-fixer.yml?label=code%20style&style=flat-square)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-database-mail-templates.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-database-mail-templates)

Render Laravel mailables using a template stored in the database.
Expand Down

0 comments on commit 1f8bff4

Please sign in to comment.