Anders Jürisoo
Anders Jürisoo
A workaround is to use `cgr` (a safe alternative to composer global require) ``` composer global require consolidation/cgr cgr global require themsaid/ibis mkdir mybook cd mybook ibis init ```
A workaround is to use `cgr` (a safe alternative to composer global require) ``` composer global require consolidation/cgr cgr global require themsaid/ibis mkdir mybook cd mybook ibis init ```
@sugatoray did you try enabling it in php.ini? > mpdf/mpdf v8.0.9 requires ext-gd * -> the requested PHP extension gd is missing from your system. Also not sure if this...
Got, it thanks for the heads up! I love react-diagrams so really excited about this :) For my current project it is for visualizing database schemas. But it's good-to-have-feature only...
Cool, I will soon have some time to test some of the ideas out to. But what was the file permission issue?
Hi, you could do it like this: ```php use PhpParser\BuilderFactory; PHPFile::load(App\Dummy::class) ->astQuery() ->class() ->insertStmt( (new BuilderFactory)->method('myMethod')->getNode() ) ->commit() ->end() ``` See details on how to use BuilderFactory [here](https://github.com/nikic/PHP-Parser/blob/master/doc/component/AST_builders.markdown). As an...
+1! Mind blown :fire: :fire: :fire: :fire: :fire: :fire:
Hi @omkar2361, thanks for reporting and apologies for the delayed answer. We moved the templates to the javascript side, thats making it a bit more tricky to publish them. Would...
Good catch @beryllium and @ozws, thank you! If it need to keep working for other languages alongside php, set line ~18003 to ``` workerUrl = workerUrl || config.moduleUrl(mod.id ? mod.id...