Octav Iosif

Results 13 comments of Octav Iosif

The link you need depends on how you setup your webserver. It's basically /gapi/auth . If the address you use to login is yourdomain.com/login, then the url you want for...

You need to enable the 'mod_rewrite' php module. That will rewrite the URLs to not have index.php. The website has a .htaccess file that will handle all that part

The vendor folder is usually created by `composer install` when it pulls the proper dependencies listed in the composer config file (there's one in the web folder). Glad you got...

That password error only appears in PHP 7.3+ where they changed the PHP PCRE engine version. The new version is incompatible in some cases. The problem is most likely related...

> > > Do you think it can run on a raspberry pi model b? Would it be possible to download an image with everything setup or does it need...

Have not used it since then. Can't say for sure.

same problem here, stopped working. Guessing server needs a nudge

@rokmy it does, but you essentially have to write your own data provider for that to work. You could use the Laravel provider and adapt it for json/hydra APIs for...

``` Upload export default { props: ["id", "item"], data() { return { file: null, }; }, methods: { send() { let self = this; //assemble headers let headers = new...

I do have a Corsair K63 Keyboard as stated in the issue, but I don't have any of the software installed anymore. Only software related to these kinds of things...