grafxflow

Results 7 comments of grafxflow

Update: it seems to be related to the $base = 'EUR', preset not being editable for the free API version :( ``` Array ( [success] => [error] => Array (...

Thanks for the update :)

I would also like to know this… Do I have to create a jQuery hyperlink related to a div tag instead? ``` Read More... ``` ``` $("#Portfolio").click(function(){ window.location = "http://www.your-url.com";...

Sadly it doesn't solve the problem with regards to mobile devices which don't have the rollover state. At the moment adding the jQuery gets around the problem with normal desktop...

I am getting ... ``` no matches found: psr/simple-cache:^1.0 ``` **Update Solved** ``` composer require "psr/simple-cache":"^1.0" ```

> Rather than forking it yourself, you may as well take advantage of someone else's fixed fork. > > In your composer.json add the following which will use the repository...

I can confirm the same that the below (based with my directory) solves the warning appearing. **webpack.mix.js** ``` .alias({ '@vendor': 'vendor', }) ``` ``` import Table from "@vendor/protonemedia/inertiajs-tables-laravel-query-builder/js/Components/Table.vue"; ```