2017 © Pedro Peláez
 

library cms-core

Core module of YajraCMS.

image

yajra/cms-core

Core module of YajraCMS.

  • Thursday, August 2, 2018
  • by yajra
  • Repository
  • 4 Watchers
  • 18 Stars
  • 1,153 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 100 Versions
  • 3 % Grown

The README.md

YajraCMS - Core Module (WIP)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

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., (*2)

Install

Via Composer, (*3)

``` bash $ composer require yajra/cms-core, (*4)


## 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 for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions