Undefined array key "info" when generate custom shipping method
-
I want create custom shipping method and bagisto provide generator to do it. in docs we can using package generator. After running the command then i run :
composer dump-autoload
php artisan optimize:clear
But the problem is when navigate into admin -> configuration i got error :
Undefined array key "info" (View: C:\Project Prima Food Solutions\php\pfs-ecommerce-bagisto\packages\Webkul\Admin\src\Resources\views\configuration\index.blade.php) -
Hello @zeffry
Greetings of the day..!!
Kindly check when you were adding the configuration to your system.php file in that file there is a key of info present.
I guess, you are missing that info key in your module, kindly recheck it. It should be something like this as shown in the below image.
Thanks & Regards