Prashant Nirgun
Prashant Nirgun
yeh I do agree with after_delete but then it is giving error Message: Cannot use a scalar value as an array
Thanks Michail somehow the error message gone. Now still its not updating time stamp and deleted_by I believe soft delete feature has in built functionality to handle this column. I...
I don't want to compromise with MY_Model :)
I almost finished the code need to test and make it perfect give us some time. Can any one suggest to add it on any blog. If Avenirer allows or...
Similar Issue #125
Example data seems to be fetched from Google Analytics. My request to you is if you know how to fetch realtime data from Google Analytics if you share any article...
I want to use it in Powebuilder applicaiton can any one compile and make .dll file and registered it. So that I can use it in my applicaiton. Also I...
me too available for contribution
I am also facing same issue. although its connected but if you check the status it shows ```{"status":"INITIALIZING","version":"1.6.2"}```
not working with nuxt3 nuxt.config.js is as follows ``` import { defineNuxtConfig } from "nuxt/config" export default defineNuxtConfig({ css : ['vuetify/lib/styles/main.sass', '@mdi/font/css/materialdesignicons.min.css'], modules: [ ['@nuxtjs/dotenv', { filename: '.env.development' }] ],...