This is my package core

1.0.1 2024-12-09 12:10 UTC

This package is auto-updated.

Last update: 2025-03-10 12:51:57 UTC


README

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

Smart CMS description.

Installation

You can install the package via composer:

composer require smart-cms/core

You can publish and run the migrations with:

php artisan vendor:publish --tag="core-migrations"
php artisan migrate

Usage

$core = new SmartCms\Core();
echo $core->echoPhrase('Hello, Smart_cms!');

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.