vahid alvandi

Results 62 comments of vahid alvandi

thank you please add sample view data in blade with translation support ,

Honestly, I have some doubts whether I can make components that have dynamic content after the template is built? Like the latest blog posts On Thu, 14 Sept 2023, 01:28...

Thanks for the tip! On Thu, 14 Sept 2023, 11:39 Andreas Tzionis, ***@***.***> wrote: > Dynamic content is a feature that have been requested before (#8 > , #49 >...

@LiveDuo If you provide a solution that receives the json data from the url and then puts it in the loop, it is enough For example, in the component settings...

به نظر میرسد این مخزن به روز نمیشود من این فیکس را در آدرس جدیدی ایجاد کردم composer require vahidalvandi/zarinpal https://github.com/vahidalvandi/zarinpal-composer-library

If they are separate, it can be managed better. Please give an example of two separate projects. And be sure to put the next js sample in the wiki

Is it possible to move the volume to another server? If it is not possible, it is better to save it locally

i use this container for automatic backup ``` backup: image: ghcr.io/realorangeone/db-auto-backup:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - ./backups:/var/backups environment: - SUCCESS_HOOK_URL= - INCLUDE_LOGS=true ```