This is my package core

Fund package maintenance!
smart_cms

Installs: 499

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 4

pkg:composer/smart-cms/core


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.