wsmallnews / cms
Wsmallnews system cms modules
Fund package maintenance!
Requires
- php: ^8.2
- bezhansalleh/filament-plugin-essentials: ^1.0
- filament/filament: ^4.0 || ^5.0
- filament/spatie-laravel-settings-plugin: ^4.0 || ^5.0
- guava/filament-icon-picker: ^3.0 || ^4.0
- spatie/laravel-package-tools: ^1.15.0
- wsmallnews/comment: ^1.0
- wsmallnews/filament-nestedset: ^3.0
- wsmallnews/preference: ^1.0
- wsmallnews/support: ^1.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0 || ^8.0
- orchestra/testbench: ^9.0 || ^10.0
- pestphp/pest: ^2.0 || ^3.0 || ^4.0
- pestphp/pest-plugin-arch: ^2.0 || ^3.0 || ^4.0
- pestphp/pest-plugin-laravel: ^2.0 || ^3.0 || ^4.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2026-06-04 11:02:59 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require wsmallnews/cms:^1.0
Installing this package will publish the configuration files and migration files of both the third-party dependency package and the current package:
php artisan sn-cms:install
You can publish only the config file individually:
php artisan vendor:publish --tag="cms-config"
Publish and run only the migrations individually:
php artisan vendor:publish --tag="cms-migrations"
php artisan migrate
Multi language support, you can publish the language files using:
php artisan vendor:publish --tag="sn-support-translations"
Optionally, you can publish the views using
php artisan vendor:publish --tag="cms-views"
This is the contents of the published config file:
return [
];
Usage
$cms = new Wsmallnews\Cms(); echo $cms->echoPhrase('Hello, Wsmallnews!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.