https://github.com/yajra/cms-themes
YajraCMS Themes Module
https://github.com/yajra/cms-themes
Last synced: 3 months ago
JSON representation
YajraCMS Themes Module
- Host: GitHub
- URL: https://github.com/yajra/cms-themes
- Owner: yajra
- License: mit
- Created: 2016-06-23T15:25:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T08:02:47.000Z (over 7 years ago)
- Last Synced: 2025-03-17T11:11:24.780Z (3 months ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# YajraCMS - Themes 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 themes module of YajraCMS and should be used along with the YajraCMS Platform.## Install
Via Composer
``` bash
$ composer require yajra/cms-themes
```## Usage
Just register `Yajra\CMS\Themes\ThemesServiceProvider::class` on your providers.
``` php
public function register()
{
$this->app->register(\Yajra\CMS\Themes\ThemesServiceProvider::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-themes.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-themes/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/yajra/cms-themes.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/yajra/cms-themes.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/yajra/cms-themes.svg?style=flat-square[link-packagist]: https://packagist.org/packages/yajra/cms-themes
[link-travis]: https://travis-ci.org/yajra/cms-themes
[link-scrutinizer]: https://scrutinizer-ci.com/g/yajra/cms-themes/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/yajra/cms-themes
[link-downloads]: https://packagist.org/packages/yajra/cms-themes
[link-author]: https://github.com/yajra
[link-contributors]: ../../contributors