yajra / cms-core
Core module of YajraCMS.
v5.1.3
2018-08-15 12:33 UTC
Requires
- php: >=7.1.3
- arrilot/laravel-widgets: ^3.9
- barryvdh/laravel-debugbar: ^3.1.1
- barryvdh/laravel-snappy: ^0.4
- caffeinated/menus: ^3.0
- davejamesmiller/laravel-breadcrumbs: ^5.0
- guzzlehttp/guzzle: ^6.1
- intervention/image: ^2.4
- joshbrw/laravel-module-installer: ^0.1.4
- laracasts/flash: ^3.0
- laracasts/presenter: ^0.2.1
- nwidart/laravel-modules: ^3.0
- rap2hpoutre/laravel-log-viewer: ^0.11.0
- rtconner/laravel-tagging: ^2.2
- spatie/eloquent-sortable: ^3.0
- spatie/laravel-backup: ^5.0
- spatie/laravel-sluggable: ^2.0
- themsaid/laravel-mail-preview: ^2.0
- yajra/baum: ^1.1
- yajra/cms-themes: ^2.7
- yajra/laravel-acl: ^3.0
- yajra/laravel-auditable: ^2.0
- yajra/laravel-datatables: 1.*
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2026-06-19 21:15:29 UTC
README
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
$ composer require yajra/cms-core
Usage
Just register Yajra\CMS\Providers\CoreServiceProvider::class on your providers.
public function register() { $this->app->register(\Yajra\CMS\Providers\CoreServiceProvider::class); }
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.