Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.97 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.97 KB

WARNING: STILL IN DEVELOPMENT - DO NOT USE YET

Laravel Ecommerce Nova Tools, Resources and Fields

Latest Version on Packagist CircleCI branch Build Status Quality Score Total Downloads

Nova Tools for Laravel Ecommerce package.

Add a screenshot of the tool here.

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require weble/laravel-ecommerce-nova

Next up, you must register the tool within your Nova resource.

// in app/Nova/Order.php

// ...

public function fields()
{
    return [
        // ...
        \Weble\LaravelEcommerceNova\ManageOrderTool::make($this->resource),
    ];
}

Usage

Click on the "laravel-ecommerce-nova" menu item in your Nova app to see the tool provided by this package.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email daniele@weble.it instead of using the issue tracker.

Credits

License

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