Nova Tools for Laravel Ecommerce package.
Add a screenshot of the tool here.
You can install the package in to a Laravel app that uses Nova via composer:
composer require weble/laravel-ecommerce-novaNext 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),
];
}Click on the "laravel-ecommerce-nova" menu item in your Nova app to see the tool provided by this package.
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.