Package Data | |
---|---|
Maintainer Username: | yajra |
Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
Package Create Date: | 2016-06-13 |
Package Last Update: | 2019-11-19 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-19 03:05:27 |
Package Statistics | |
---|---|
Total Downloads: | 1,750 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 19 |
Total Watchers: | 6 |
Total Forks: | 6 |
Total Open Issues: | 2 |
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.
Via Composer
$ composer require yajra/cms-core
Just register Yajra\CMS\Providers\CoreServiceProvider::class
on your providers.
public function register()
{
$this->app->register(\Yajra\CMS\Providers\CoreServiceProvider::class);
}
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.