No, because in Krayin, all modules are tightly coupled, so simply removing the package won't be sufficient. To remove this, the product package needs to be removed, along with all the related code used by the Admin package.
I’m trying to remove the requirement to fill in an email address. I’ve already disabled it in the attributes, but it’s still asking for an email. Could anyone help me remove this requirement?
Additionally, I’d like to know how I can translate the left sidebar on the page /admin/leads/view/3. Specifically, I need help with translating the following fields:
I managed to send emails from the CRM, but the main problem was my server blocking ports for sending via SMTP.
I couldn't send emails from Digital Ocean, so I migrated to another VPS that allowed me to send emails without any issues.
Another option if you have trouble sending emails is to use third-party services. In my case, Amazon SES worked.
I managed to send emails from the CRM, but the main problem was my server blocking ports for sending via SMTP.
I couldn't send emails from Digital Ocean, so I migrated to another VPS that allowed me to send emails without any issues.
Another option if you have trouble sending emails is to use third-party services. In my case, Amazon SES worked.
33ebad1e-3ce8-43c4-b601-1c7f37f2a423-image.png
What you need to do is go into the code, find the element in the code, and delete or comment it out.
The path is packages\Webkul\Admin\src\Resources\views\components\layouts\header\index.blade.php
You can delete or comment it out.
php artisan optimize: