1. Go to this page and download the library: Download baks-dev/orders-order library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
baks-dev / orders-order example snippets
namespace App\Orders\OrderStatus;
use BaksDev\Orders\Order\Type\Status\OrderStatus\OrderStatusInterface;
use Symfony\Component\DependencyInjection\Attribute\AutoconfigureTag;
#[AutoconfigureTag('baks.order.status')]
class OrderStatusCustom implements OrderStatusInterface
{
... implements method
}