Hi all, can any one help us How to add new field in configuraion like in the picture below
-
-
Hi @israa96,
These changes are coming from the packages' config file.
Just go through these file,
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Admin/src/Config/system.phpAnd make sure, when you done changes run
php artisan optimize
command. -
Hi @israa96,
Or you can follow this guide,
https://devdocs.bagisto.com/1.x/packages/create-custom-configuration.html -
@devansh-webkul
thanks alot
I will follow -
Hi There,
Thanks for the update.
Also, if you like our support, you may give us the review here:- https://www.trustpilot.com/review/bagisto.com
That would be grateful for us.
Thanks & Regards,
Bagisto Team
-
@devansh-webkul
thanks for ur effort ^_^
I will make review later
best regard... -
@devansh-webkul
I am success to add the fields thanks
-
@devansh-webkul
Please can u help us in sth
in wich file we need to add those fields to show them through the application -
Hi @israa96,
From the image I see, you are able to get the fields, now use the key and add it where you want to use it, like this,
core()->getConfigData('your-config-key');
-
thanks alot I did it before
thanks for all ur effort -
This seems intresting !!!