nyusoftsolutions / category
Laravel category handle by admin
Requires
- php: ^8.0
- laravel/framework: ^9.0|^10.0|^11.0|^12.0
- yajra/laravel-datatables-oracle: ^9.0 || ^10.0 || ^11.0 || ^12.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
This package is not auto-updated.
Last update: 2025-06-13 06:09:52 UTC
README
A simple and efficient Category Management package for Laravel, developed by Nyusoft Solution. This package allows you to easily create, manage, and organize categories within your Laravel application using a fully integrated admin panel.
🚀 Features
✅ Easy installation via Composer
🧩 Modular and extensible structure
📁 CRUD functionality for categories
🧑💼 Admin panel for managing categories
📦 Installation
Install the package via Composer:
composer require nyusoftsolutions/category
🔧 Configuration
Publish the package assets and configuration:
php artisan category:install
Migration
After successfully , publish and configuration run the migration if needed:
php artisan migrate
🛠 Usage
After installation:
Access the category management section via the admin panel:
admin/category-details
Use this interface to:
Add, edit, or delete categories
Assign parent categories (if nested support is available)
View category listings
📝 License
This package is open-source and available under the MIT License.
💡 Developed with ❤️ by Nyusoft Solution