Skip to content

Commit fd386fb

Browse files
committed
Messing with readme
1 parent cba578c commit fd386fb

File tree

2 files changed

+44
-5
lines changed

2 files changed

+44
-5
lines changed

README.md

+44-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,47 @@
1-
# InterNACHI/Modular
2-
3-
[![PHPUnit](https://github.com/InterNACHI/modular/workflows/PHPUnit/badge.svg)](https://github.com/InterNACHI/modular/actions?query=workflow%3APHPUnit) [![Test Coverage](https://api.codeclimate.com/v1/badges/dd927802d52f4f75ea6c/test_coverage)](https://codeclimate.com/github/InterNACHI/modular/test_coverage)
4-
5-
`InterNACHI/Modular` is a module system for Laravel applications. It uses
1+
<img alt="Modular" src="art/modular.png" width="100%" />
2+
3+
# `internachi/modular`
4+
5+
<div>
6+
<a href="https://github.com/InterNACHI/modular/actions?query=workflow%3APHPUnit" target="_blank">
7+
<img
8+
src="https://github.com/InterNACHI/modular/workflows/PHPUnit/badge.svg"
9+
alt="Build Status"
10+
/>
11+
</a>
12+
<a href="https://codeclimate.com/github/InterNACHI/modular/test_coverage" target="_blank">
13+
<img
14+
src="https://api.codeclimate.com/v1/badges/dd927802d52f4f75ea6c/test_coverage"
15+
alt="Coverage Status"
16+
/>
17+
</a>
18+
<a href="https://packagist.org/packages/internachi/modular" target="_blank">
19+
<img
20+
src="https://poser.pugx.org/internachi/modular/v/stable"
21+
alt="Latest Stable Release"
22+
/>
23+
</a>
24+
<a href="./LICENSE" target="_blank">
25+
<img
26+
src="https://poser.pugx.org/internachi/modular/license"
27+
alt="MIT Licensed"
28+
/>
29+
</a>
30+
<a href="https://twitter.com/inxilpro" target="_blank">
31+
<img
32+
src="https://img.shields.io/twitter/follow/inxilpro?style=social"
33+
alt="Follow @inxilpro on Twitter"
34+
/>
35+
</a>
36+
<a href="https://any.dev/@chris" target="_blank">
37+
<img
38+
src="https://img.shields.io/mastodon/follow/109584001693739813?domain=https%3A%2F%2Fany.dev&style=social"
39+
alt="Follow @[email protected] on Mastodon"
40+
/>
41+
</a>
42+
</div>
43+
44+
`internachi/modular` is a module system for Laravel applications. It uses
645
[Composer path repositories](https://getcomposer.org/doc/05-repositories.md#path) for autoloading,
746
and [Laravel package discovery](https://laravel.com/docs/7.x/packages#package-discovery) for module
847
initialization, and then provides minimal tooling to fill in any gaps.

art/modular.png

25 KB
Loading

0 commit comments

Comments
 (0)