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-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),
];
}
Click on the "laravel-ecommerce-nova" menu item in your Nova app to see the tool provided by this package.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email daniele@weble.it instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.