Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Rishabh-Webkul
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 53
    • Best 1
    • Controversial 0
    • Groups 1

    Rishabh-Webkul

    @Rishabh-Webkul

    Global Moderator

    1
    Reputation
    3
    Profile views
    53
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Rishabh-Webkul Unfollow Follow
    Global Moderator

    Best posts made by Rishabh-Webkul

    • RE: Upgrades to newer versions

      Hello @lcdss

      For this, we have Upgrade Guides and Changelogs to upgrade it.

      Find the below link for the reference

      https://devdocs.krayincrm.com/2.0/prologue/upgrade-guide.html

      https://github.com/krayin/laravel-crm/blob/master/CHANGELOG.md

      Thanks & Regards

      posted in General Discussion
      R
      Rishabh-Webkul

    Latest posts made by Rishabh-Webkul

    • RE: Deploy Krayin with heroku

      Hello @United_MFO

      Kindly let us know the error log from backend after this it will help us to identify the issue.

      Thanks & Regards

      posted in General Discussion
      R
      Rishabh-Webkul
    • RE: Receive email reply

      Hello @Alexandre-Amaral

      For this kindly make setup of your email SMTP in your .env file.

      Find the blog below for your reference.

      https://krayincrm.com/smtp-in-krayin/

      Thanks & Regards

      posted in General Discussion
      R
      Rishabh-Webkul
    • RE: Question about receiving email

      Hello @cygnet

      This Email SMTP is a must set up on the receiver's end as well. By this the user able to send email.

      Kindly check the below link for the reference.

      https://krayincrm.com/smtp-in-krayin/

      Thanks & Regards

      posted in Comments & Feedback
      R
      Rishabh-Webkul
    • RE: Unable to Send Email - Emails Not Received by Users

      Hello @sithumini

      Kindly add your SMTP credentials in your .env file kindly check the blog below for your reference.

      Blog: https://krayincrm.com/smtp-in-krayin/

      Thanks & Regards

      posted in General Discussion
      R
      Rishabh-Webkul
    • RE: Issue with Incoming Emails Not Displaying in System

      Hello @Evin

      Kindly add your SMTP credentials in your .env file check the blog below for your reference.

      Blog: https://krayincrm.com/smtp-in-krayin/

      Thanks & Regards

      posted in General Discussion
      R
      Rishabh-Webkul
    • RE: TOTAL VALUE OF TRADING ON THE PANEL

      Hello @Alexandre-Amaral

      This is the part of customization file path is

      packages >> Webkul >> Admin >> src >> Resources >> views >> leads >> index.blade.php

      GitHub Link: https://github.com/krayin/laravel-crm/blob/2.0/packages/Webkul/Admin/src/Resources/views/leads/index.blade.php

      Thanks & Regards

      posted in General Discussion
      R
      Rishabh-Webkul
    • RE: Deploy with Heroku

      Hello @United_MFO

      Kindly go through the link below this will help you to resolve your query.

      https://cloudkul.com/blog/how-to-deploy-bagisto-on-heroku/

      Thanks & Regards

      posted in Comments & Feedback
      R
      Rishabh-Webkul
    • RE: Microsoft Graph

      Hello @mkas

      By default only Google option is available, Microsoft 365 mail is not available directly you need to make the additional integration and connect it with the API

      Thanks & Regards

      posted in General Discussion
      R
      Rishabh-Webkul
    • RE: api error

      Hello @dhiego_lemes

      Could you please provide us with more details? After reviewing your query, we are unable to clearly identify the main issue.

      A bit more clarification will help us assist you more effectively.

      Thanks & Regards

      posted in General Discussion
      R
      Rishabh-Webkul
    • RE: Deploy with Heroku

      Hello @United_MFO

      Check logs for errors with heroku logs --tail.

      Verify database credentials in your .env file and Heroku config vars.

      Run migrations and seeders manually: heroku run php artisan migrate --force and heroku run php artisan db:seed --force.

      Clear caches with php artisan config:cache, php artisan route:cache, etc.

      Check the Procfile to ensure proper web server setup.

      Rebuild the app using heroku restart.

      By following these steps, you should be able to identify where the issue is and proceed with completing the installation. Let me know how it goes!

      posted in Comments & Feedback
      R
      Rishabh-Webkul