Can you make a video for count? for example, count how many users have created each day, each month and year. It would be great to have it. with the endpoint that can list all the date and count, like 2021-01-01: 10, 2022-01-02: 5, 2021-01-03: 7, and so on.
Thanks video was very informative. I have similar doubt. I have a custom field. Its a file selector that select files and uploads to s3 and gets the file url that im saving in strapi. Before i was doing a normal axois post request when upload button was clicked. now the requirement is that making a separate route in api/collection name/config/route and from there having a separate handler function in controller that will be called when the upload button is clicked . simply put want to have that axios post logic in route and controller. Is it possible. It would be really kind of you to reply.Thanks for your time.
Strapi V4 customization - th-cam.com/video/gPFbxwRGhiQ/w-d-xo.html
Hi there is great example but please tell us more how to modify in strapi V4
Even I need an example to do this in strapi 4
Now available - th-cam.com/video/gPFbxwRGhiQ/w-d-xo.html
@@programmingnight Thank you ^_^
If you give voice instead of background sound in your video, then it is easier for us to understand.❤❤❤❤
I do not have folder called config, the only json file in in model
It because you are useing strapi V4.
Please check my new video for strapi v4 customization - th-cam.com/video/gPFbxwRGhiQ/w-d-xo.html
Can you make a video for count? for example, count how many users have created each day, each month and year. It would be great to have it. with the endpoint that can list all the date and count, like 2021-01-01: 10, 2022-01-02: 5, 2021-01-03: 7, and so on.
I tried it bit after your comment. but unfortunately it doesn't worked as we want.
Thanks video was very informative. I have similar doubt. I have a custom field. Its a file selector that select files and uploads to s3 and gets the file url that im saving in strapi. Before i was doing a normal axois post request when upload button was clicked. now the requirement is that making a separate route in api/collection name/config/route and from there having a separate handler function in controller that will be called when the upload button is clicked . simply put want to have that axios post logic in route and controller. Is it possible. It would be really kind of you to reply.Thanks for your time.
th-cam.com/video/rE7DTBgKFAc/w-d-xo.html
Have you checked this video?