onurkacmaz/laravel-n11

This package is abandoned and no longer maintained. No replacement package was suggested.

n11 package

v1.3 2020-10-11 18:36 UTC

This package is auto-updated.

Last update: 2023-02-20 02:43:42 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

Installation

You can install the package via composer:

composer require onurkacmaz/laravel-n11
php artisan vendor:publish --tag=config

Usage

$category = new Category();
dd($category->getTopLevelCategories());

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email kacmaz.onur@hotmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.