jalpeshtxtech/category

There is no license information available for the latest version (1.0.3) of this package.

This package is develop for learning purpose

1.0.3 2023-01-23 09:41 UTC

This package is auto-updated.

Last update: 2025-04-23 15:56:51 UTC


README

Installation:

Run this command in your terminal:-

composer require jalpeshtxtech/category

After Successfully installation, include the service provider within your config/app.php file

'providers' => [ Jalpeshtxtech\Category\Providers\CategoryProvider::class, ],