juzaweb / core
Juzaweb CMS Core
Installs: 748
Dependents: 12
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:JavaScript
pkg:composer/juzaweb/core
Requires
- php: ^8.2
- astrotomic/laravel-translatable: ^11.13
- darkaonline/l5-swagger: ^8.6
- doctrine/dbal: ^4.2
- hassankhan/config: ^2.2
- intervention/image: ^3.11
- ip2location/ip2location-php: ^9.7
- juzaweb/hooks: ^2.0.3
- juzaweb/html-dom: ^1.0
- juzaweb/laravel-query-cache: ^1.0
- juzaweb/laravel-translation-loader: ^2.0
- laravel/slack-notification-channel: ^3.7
- laravel/socialite: ^5.5
- maatwebsite/excel: ^3.1
- pion/laravel-chunk-upload: ^1.5
- spatie/image-optimizer: ^1.4
- spatie/laravel-activitylog: ^4.10
- spatie/laravel-analytics: ^5.6
- spatie/laravel-sitemap: ^7.3
- yajra/laravel-datatables: ^11.0
Requires (Dev)
- laravel/pint: ^1.13
- orchestra/testbench: ^9.14
- phpunit/phpunit: ^11.0.1
This package is auto-updated.
Last update: 2026-02-10 07:20:53 UTC
README
Core package for Juzaweb CMS.
Requirements
- PHP >= 8.2
- Laravel >= 11.0
Documentation
View all Juzaweb CMS documentation
Contributing
- Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests. https://github.com/juzaweb/cms/blob/master/CONTRIBUTING.md
Features
- File manager
- Modules manager
- Themes manager
- Theme Widgets
- Page blocks
- Upload themes and run composer require command from admin panel (show process bar)
- Upload Modules and run composer require command from admin panel (show process bar)
- Social login
- Tweater
- Github
- User Permission
- Role management
- Assign permissions to roles
- Assign roles to users
- User management
- Media manager admin page
- Short Code
- Quick edit pages
Installation
composer require juzaweb/core
Development
Testing
Run the test suite:
composer test
Run tests with coverage:
composer test-coverage
Code Formatting
Format code using Laravel Pint:
composer format
Check code formatting without making changes:
composer format -- --test
Contributing
When contributing to this package:
- Write tests for new features
- Ensure all tests pass:
composer test - Format your code:
composer format - Follow PSR-2 coding standards
- Update documentation as needed
License
The MIT License (MIT). Please see License File for more information.