Wsmallnews system cms modules

Maintainers

Package info

github.com/Wsmallnews/cms

Homepage

Issues

pkg:composer/wsmallnews/cms

Fund package maintenance!

Wsmallnews

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.8 2026-06-01 14:23 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.