An open API service indexing awesome lists of open source software.

https://github.com/yajra/cms-core

YajraCMS Core Module
https://github.com/yajra/cms-core

Last synced: 3 months ago
JSON representation

YajraCMS Core Module

Awesome Lists containing this project

README

        

# YajraCMS - Core Module (WIP)

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

YajraCMS is a Joomla! inspired CMS built with Laravel PHP Framework.
This is the core module of YajraCMS and should be used along with the YajraCMS Platform.

## Install

Via Composer

``` bash
$ composer require yajra/cms-core
```

## Usage

Just register `Yajra\CMS\Providers\CoreServiceProvider::class` on your providers.

``` php
public function register()
{
$this->app->register(\Yajra\CMS\Providers\CoreServiceProvider::class);
}
```

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

## Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## Credits

- [Arjay Angeles][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/yajra/cms-core.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/yajra/cms-core/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/yajra/cms-core.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/yajra/cms-core.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/yajra/cms-core.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/yajra/cms-core
[link-travis]: https://travis-ci.org/yajra/cms-core
[link-scrutinizer]: https://scrutinizer-ci.com/g/yajra/cms-core/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/yajra/cms-core
[link-downloads]: https://packagist.org/packages/yajra/cms-core
[link-author]: https://github.com/yajra
[link-contributors]: ../../contributors