Skip to content

Session store not set on request. #18

@tariqtraders

Description

@tariqtraders

I am using this package with api

when i tried to add item using following code

$cart = App::make('cart'); $cart->addItem([ 'product_id' => 1, 'unit_price' => 100, 'quantity' => 1 ]);

it gives me following error

Session store not set on request.

what to do now

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions