Search found 4 matches

by imaresca91
06 Jun 2018, 08:20
Forum: Help
Topic: Extension and Rest API
Replies: 6
Views: 3120

Re: Extension and Rest API

But I don't want to use it without athentication. That's why I want to use passport and an access token.
Aimeos works fine with Laravel passport?, because I didn't have success on it.
by imaresca91
05 Jun 2018, 16:02
Forum: Help
Topic: Extension and Rest API
Replies: 6
Views: 3120

Re: Extension and Rest API

Hello!, Thank you very much for you reply!. I just configured my extension correctly. But the problem now is that I have to pass a Laravel cookie to tell Laravel I am athenticated and let me work with my department's CRUD. Also, I tried using passport:client token but it does not work. So the questi...
by imaresca91
01 Jun 2018, 09:44
Forum: Help
Topic: Extension and Rest API
Replies: 6
Views: 3120

Re: Extension and Rest API

Thank you very much for quick reply!. I created: 1 - JsonAdmin Standard class (ext\departaments\admin\jsonadm\src\admin\JsonAdmin\Standard.php). 2 - Departament Standard class (ext\departaments\admin\jsonadm\src\admin\JsonAdmin\Departament\Standard.php). 3 - Template get-standard.php (ext\departamen...
by imaresca91
31 May 2018, 15:31
Forum: Help
Topic: Extension and Rest API
Replies: 6
Views: 3120

Extension and Rest API

Hello!, I recently builded a new extension (myproject/ext) and configured it for creating a new table called departaments with the corresponding Item and Manager (I am not sure is I did the things right). But now I need to create a CRUD for that table so I can manipulate the data from another server...