Search found 19 matches

by veeran ambalam
02 Jul 2021, 20:04
Forum: Laravel package
Topic: How do I integrate Razorpay Payment Gateway
Replies: 4
Views: 8014

How do I integrate Razorpay Payment Gateway

I Tried with insenseanalytics/omnipay-razorpay but I think this is outdated, can you help me with any other better way to integrate. Can I find Razorpay Provider anywhere Or should I write my custom Payment Provider.
by veeran ambalam
26 May 2021, 16:40
Forum: Laravel package
Topic: Main content disappears on Jqadm -> products list after loading
Replies: 2
Views: 999

Main content disappears on Jqadm -> products list after loading

Product lists appear while loading but disappear once the page is loaded, HTML contents within main is removed after loading, I dont know where to look or why it is removed. <main class="main-content"> <!----> </main> Note: I have recently added upload option but even after removed them it...
by veeran ambalam
23 Apr 2021, 16:44
Forum: Laravel package
Topic: Run Aimeos jobs in Laravel controller
Replies: 5
Views: 2400

Re: Run Aimeos jobs in Laravel controller

@tulparstudyo Can you please explain this "https://github.com/tulparstudyo/sw-xlsx"
by veeran ambalam
11 Apr 2021, 16:57
Forum: Laravel package
Topic: Login API
Replies: 3
Views: 1400

Re: Login API

Yes I used Passport, created an access token using but when I use it for customer API it returns null, I dont am i doing it the right way. Route::post('login-app', [AccessTokenController::class, 'issueToken'])->middleware(['api-login', 'throttle']); const config = { headers: { "Content-type&quo...
by veeran ambalam
10 Apr 2021, 20:29
Forum: Laravel package
Topic: Any idea how to create react front end for aimeos
Replies: 1
Views: 1063

Any idea how to create react front end for aimeos

I am trying to access aimeos using react and Axios, My login is working fine but once I logged in this API (http://localhost:8000/jsonapi/customer) returns null, do I have to pass any tokens with this or should I create separate API
by veeran ambalam
10 Apr 2021, 05:12
Forum: Laravel package
Topic: Login API
Replies: 3
Views: 1400

Login API

I am a newbie to laravel and Aimeos, It seems there is no documentation for login API, So If there is an idea of how to do it, kindly share me. I tried using the same login controller and authenticate but when I try to get customer details it returns null
by veeran ambalam
06 Apr 2021, 07:18
Forum: Laravel package
Topic: Unable to install Laravel/passport
Replies: 1
Views: 4500

Re: Unable to install Laravel/passport

I found the solution and I used the suitable passport version and resolved it.
I used "laravel/passport": "9.4.0",
by veeran ambalam
05 Apr 2021, 13:20
Forum: Laravel package
Topic: Unable to install Laravel/passport
Replies: 1
Views: 4500

Unable to install Laravel/passport

Iam a newbie, I get the below error when I do composer require laravel/passport, How do i resolve this. Problem 1 - laravel/passport[v10.1.0, ..., 10.x-dev] require illuminate/auth ^8.2 -> found illuminate/auth[v8.2.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another...