Recent content by Eclixal

  1. E

    XF 2.1 Use XenForoAPI with VueJS

    I'm working on website external to XenForo, but I want to get the current user log on my xenforo forum. Before use VueJS I use XF.php but on JS cannot add PHP :( How to ? My code on my controller include_once('/var/forum2/src/XF.php'); \XF::start('/var/forum2'); $app =...
  2. E

    Using Xenforo with Laravel APP

    Yes, but I am looking for a user who is log
  3. E

    XF 2.1 REST API use

    And there is no other way to do what I want?
  4. E

    XF 2.1 REST API use

    I use the REST API. But i want to get user auth on the xenforo app. On another web page. The cookie are share between the subdomain Currently I have this $client->request('GET', 'https://forum.elenox.net/api/me', [ 'headers' => [ 'XF-Api-Key' => '....'...
  5. E

    Using Xenforo with Laravel APP

    I'm currently working on laravel app, but i want to use multiple features of Xenforo. But I have found this https://github.com/UnderRatedBrilliance/XenforoBridge but it does not work anymore on XenForo 2 :( There is another similar? Who works with the new version?
Top Bottom