yajra/cms-core is a Laravel package for core module of yajracms..
It currently has 19 GitHub stars and 1.770 downloads on Packagist (latest version v5.1.3).
Install it with composer require yajra/cms-core.
Discover more Laravel packages by yajra
or browse all Laravel packages to compare alternatives.
Last updated
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 [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.