Making Digital

Results 16 comments of Making Digital

I try the serialize and unserialize to use LaraCart object but it's not working. How can I load it as a LaraCart object ? You say : `$this->session->set($this->prefix.'.'.$this->cart->instance, $this->cart);` But...

Hi, thanks for your solution I try this : `session()->put(config('laracart.cache_prefix', 'laracart').'.default', json_decode($cart));` When I call Laracart via : `dd(LaraCart::getItems());` The result is an empty array. I think I must load...

I try a json_encode and json_decode on the object cause serialize is not working event with SuperClosure package.

It's working perfectly, the key was the cart attribute of the returned method LaraCart::get(). Thanks for your help and your time !

+1 how can we do ? Is it possible ?

I think you can something like this : `{{ __(\Theme::get().'.test') }}` You have the translations in your resources/lang/theme-name.php and there you go ;)

I have think you should change this in your composer.json : "require": { "php" : "^7.0", "automattic/woocommerce": "1.3.*" }, by ``` "require": { "php" : "^7.0", "automattic/woocommerce": "3.*" }, ```...

I confirm it's a random problem with Hive's last version and NV drivers to 510.60.02 ![image](https://user-images.githubusercontent.com/1824638/167359568-7909f358-a238-4108-af7f-bed0234ceb76.png)

Thanks for your quick answer. I delete the cache and the second error is Fatal error: Maximum execution time of 30 seconds exceeded in vendor\leafo\scssphp\src\Compiler.php on line 1017. I've added...

Ok I've figured it out. I think is a parsing problem when we work in local. I use the framework Foundation in SASS mode. I simply import the foundation.scss located...