AbdulQader
AbdulQader
As a solution for me, I did this in my model : ``` public function allowedStates() { return $this->status()->stateMachine()->transitions()[$this->status]; } ```
Same Issue here :/ Any updates on this please ?
Any update?
Hi @jeffgreco13 Thanks for your awesome package, in fact I've installed and configured it (enabled in config file and I can enable if via profile) but when I login it...
@jeffgreco13 Thanks for reply, and yes I enabled the config option and my profile, I'm on Laravel 9.25.1 Thanks
I'm really sorry about this issue, it's my mistake, I forgot to set `'login' => ` in filament config auth Sorry again... but I've just found a small issue in...
same here !
I fixed it by installing php8.1.sqlit3 and enable pdo_sqlit, sqlit3 then restart the server :)
It works if I update this function in LaraCart : ``` private function updateDiscounts() { // reset discounted foreach ($this->getItems() as $item) { $item->discounted = []; } // go through...