-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6447b4
commit 3415c05
Showing
1 changed file
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,42 @@ | ||
# Media | ||
Media module for ARCANESOFT | ||
# Media [![Packagist License][badge_license]](LICENSE.md) [![For ARCANESOFT][badge_laravel]](https://github.com/ARCANESOFT/Media#media) | ||
|
||
[![Travis Status][badge_build]](https://travis-ci.org/ARCANESOFT/Media) | ||
[![Coverage Status][badge_coverage]](https://scrutinizer-ci.com/g/ARCANESOFT/Media/?branch=master) | ||
[![Scrutinizer Code Quality][badge_quality]](https://scrutinizer-ci.com/g/ARCANESOFT/Media/?branch=master) | ||
[![SensioLabs Insight][badge_insight]](https://insight.sensiolabs.com/projects/d3daf099-bd3c-45d2-a0da-3a1c57252e77) | ||
[![Github Issues][badge_issues]](https://github.com/ARCANESOFT/Media/issues) | ||
|
||
[![Packagist][badge_package]](https://packagist.org/packages/arcanesoft/media) | ||
[![Packagist Release][badge_release]](https://packagist.org/packages/arcanesoft/media) | ||
[![Packagist Downloads][badge_downloads]](https://packagist.org/packages/arcanesoft/media) | ||
|
||
*By [ARCANEDEV©](http://www.arcanedev.net/)* | ||
|
||
Media package for ARCANESOFT CMS. | ||
|
||
Feel free to check out the [releases](https://github.com/ARCANESOFT/Media/releases), [license](LICENSE.md), and [contribution guidelines](CONTRIBUTING.md). | ||
|
||
## Features | ||
|
||
- Coming soon… | ||
|
||
## Security | ||
|
||
If you discover any security related issues, please email [email protected] instead of using the issue tracker. | ||
|
||
## Contribution | ||
|
||
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md). | ||
|
||
[badge_laravel]: https://img.shields.io/badge/For-ARCANESOFT%20CMS-orange.svg?style=flat-square | ||
[badge_license]: https://img.shields.io/packagist/l/arcanesoft/media.svg?style=flat-square | ||
|
||
[badge_build]: https://img.shields.io/travis/ARCANESOFT/Media.svg?style=flat-square | ||
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANESOFT/Media.svg?style=flat-square | ||
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANESOFT/Media.svg?style=flat-square | ||
[badge_insight]: https://img.shields.io/sensiolabs/i/d3daf099-bd3c-45d2-a0da-3a1c57252e77.svg?style=flat-square | ||
[badge_issues]: https://img.shields.io/github/issues/ARCANESOFT/Media.svg?style=flat-square | ||
|
||
[badge_package]: https://img.shields.io/badge/package-arcanesoft/media-blue.svg?style=flat-square | ||
[badge_release]: https://img.shields.io/packagist/v/arcanesoft/media.svg?style=flat-square | ||
[badge_downloads]: https://img.shields.io/packagist/dt/arcanesoft/media.svg?style=flat-square |