nyusoft/cms-package

Laravel package for CMS

v1.0.3 2025-03-13 00:16 UTC

This package is not auto-updated.

Last update: 2025-03-13 04:17:10 UTC


README

Nyusoft CMS Package for Laravel

A Laravel CMS package by Nyusoft that helps manage content efficiently.

Installation

You can install this package using Composer:

composer require nyusoft/cms-package

Publishing Assets

After installation, publish the package assets using the following command:

php artisan vendor:publish --provider="Nyusoft\CmsPackage\CmsPackageServiceProvider" --force

After this run Php artisan migrate (workin to automate this)

This will publish the package's configuration and other required files.

Usage

Once installed and published, you can start using the package in your Laravel application.

License

This package is open-source and available under the MIT License.