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
- Host: GitHub
- URL: https://github.com/yajra/cms-core
- Owner: yajra
- License: mit
- Created: 2016-06-13T14:07:59.000Z (about 9 years ago)
- Default Branch: 4.0
- Last Pushed: 2019-11-19T06:22:56.000Z (over 5 years ago)
- Last Synced: 2025-03-17T11:11:24.870Z (3 months ago)
- Language: PHP
- Size: 937 KB
- Stars: 19
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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