Laravel category handle by admin

v1.0.1 2025-04-08 18:23 UTC

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