nyusoft / cms-package
Laravel package for CMS
v1.0.3
2025-03-13 00:16 UTC
Requires
- php: ^8.0
- laravel/framework: ^9.0|^10.0|^11.0|^12.0
- yajra/laravel-datatables-oracle: ^12.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
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.