Skip to content

Commit 9988887

Browse files
committed
Update README
1 parent 4e8d8d6 commit 9988887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Generate Database Schema Documentation
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/cleaniquecoders/laravel-db-doc.svg?style=flat-square)](https://packagist.org/packages/cleaniquecoders/laravel-db-doc)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/cleaniquecoders/laravel-db-doc/run-tests?label=tests)](https://github.com/cleaniquecoders/laravel-db-doc/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/cleaniquecoders/laravel-db-doc/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/cleaniquecoders/laravel-db-doc/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
4+
[![run-tests](https://github.com/cleaniquecoders/laravel-db-doc/actions/workflows/run-tests.yml/badge.svg)](https://github.com/cleaniquecoders/laravel-db-doc/actions/workflows/run-tests.yml)
5+
[![Fix PHP code style issues](https://github.com/cleaniquecoders/laravel-db-doc/actions/workflows/fix-styling.yml/badge.svg)](https://github.com/cleaniquecoders/laravel-db-doc/actions/workflows/fix-styling.yml)
66
[![Total Downloads](https://img.shields.io/packagist/dt/cleaniquecoders/laravel-db-doc.svg?style=flat-square)](https://packagist.org/packages/cleaniquecoders/laravel-db-doc)
77

88
A package to provide you easy way to generate Markdown / JSON format of database schema. Viewable in non-production environment at your `http://domain.com/doc/db-schema`.

0 commit comments

Comments
 (0)