Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • L

      Instalattion. Krayin Documentation
      General Discussion • • lucassquadros

      3
      0
      Votes
      3
      Posts
      2721
      Views

      A

      @lucassquadros said in Instalattion. Krayin Documentation:

      I'm install laravel crm, but many dependencies are deprecated.
      Do you have a new recomendations?
      THIS ISS ERROR:
      C:\xampp\htdocs>composer create-project krayin/laravel-crm
      Creating a "krayin/laravel-crm" project at "./laravel-crm"
      Installing krayin/laravel-crm (v1.2.4)
      Failed to download krayin/laravel-crm from dist: The zip extension and unzip/7z commands are both missing, skipping.The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
      Now trying to download from source

      Syncing krayin/laravel-crm (v1.2.4) into cache
      Installing krayin/laravel-crm (v1.2.4): Cloning 047292b8f9 from cache
      Created project in C:\xampp\htdocs\laravel-crm

      @php -r "file_exists('.env') || copy('.env.example', '.env');"
      Installing dependencies from lock file (including require-dev)
      Verifying lock file contents can be installed on current platform.
      Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run composer update or composer update <package name>.

      Required package "barryvdh/laravel-dompdf" is in the lock file as "v2.0.0" but that does not satisfy your constraint "^1.0".
      This usually happens when composer files are incorrectly merged or the composer.json file is manually edited.
      Read more about correctly resolving merge conflicts https://getcomposer.org/doc/articles/resolving-merge-conflicts.md
      and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require-r

      C:\xampp\htdocs>php artisan krayin-crm:install
      Could not open input file: artisan
      C:\xampp\htdocs>code .
      C:\xampp\htdocs>cd laravel-crm
      C:\xampp\htdocs\laravel-crm>php artisan krayin-crm:install
      PHP Warning: require(C:\xampp\htdocs\laravel-crm/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\laravel-crm\artisan on line 18
      Warning: require(C:\xampp\htdocs\laravel-crm/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\laravel-crm\artisan on line 18
      PHP Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\laravel-crm/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\laravel-crm\artisan:18
      Stack trace:
      #0 {main}
      thrown in C:\xampp\htdocs\laravel-crm\artisan on line 18
      Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\laravel-crm/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\laravel-crm\artisan:18
      Stack trace:
      #0 {main}
      thrown in C:\xampp\htdocs\laravel-crm\artisan on line 18
      C:\xampp\htdocs\laravel-crm>php artisan serve
      PHP Warning: require(C:\xampp\htdocs\laravel-crm/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\laravel-crm\artisan on line 18
      Warning: require(C:\xampp\htdocs\laravel-crm/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\laravel-crm\artisan on line 18
      PHP Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\laravel-crm/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\laravel-crm\artisan:18
      Stack trace:
      #0 {main}
      thrown in C:\xampp\htdocs\laravel-crm\artisan on line 18
      Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\laravel-crm/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\laravel-crm\artisan:18
      Stack trace:
      #0 {main}
      thrown in C:\xampp\htdocs\laravel-crm\artisan on line 18
      C:\xampp\htdocs\laravel-crm>
      Please, instructions and help me.
      Best Regards,
      Lucas Quadros

      Hi Lucas,
      This error usually happens because Composer did not install the vendor folder. That’s why vendor/autoload.php is missing.

      Please try these simple steps:

      Make sure zip extension is enabled in php.ini (remove ; from extension=zip).

      Restart XAMPP after enabling it.

      Go to the project folder:

      cd laravel-crm

      Run:

      composer install

      After that, run:

      php artisan key:generate
      php artisan krayin-crm:install

      Also make sure your PHP version matches the CRM requirements.

      For now, you can also check other resources while testing things β€” visit now
      Hope this helps πŸ‘

    • H

      SSO(login from app to CRM) login,
      General Discussion • • harjinderkaur

      3
      0
      Votes
      3
      Posts
      3308
      Views

      M

      Is it possible upon Laravel code base?

      There's a project that enables SSO in Laravel based projects, using keycloak.org as provider ID. this project enables what you're asking for.

      https://packagist.org/packages/vizir/laravel-keycloak-web-guard

    • S

      Create Lead Error
      General Discussion • • selenga

      3
      0
      Votes
      3
      Posts
      2842
      Views

      I

      Just install "sudo apt-get install php-intl" pkg according to your php version.

    • G

      Can we add telephony service providers
      General Discussion • • gautham073

      3
      0
      Votes
      3
      Posts
      2697
      Views

      R

      Hello @gautham073

      You can purchase our Krayin VoIP Extension from the link below:

      https://store.webkul.com/krayin-crm-voip.html

      If you would like to integrate a third-party service, we can do that as well. We just need the API documentation from you.

      This will be a paid service.

      Thanks & Regards

    • D

      Delete a Lead
      General Discussion • • digitalquill

      3
      0
      Votes
      3
      Posts
      2873
      Views

      D

      @Rishabh-Webkul BOOM! thank you!

    • E

      Issue with Incoming Emails Not Displaying in System
      General Discussion • • Evin

      3
      0
      Votes
      3
      Posts
      2477
      Views

      I

      I am having the same problem.

      Entering all the smtp info and still not working.

      I even added incoming mail
      env_blurred.png

      I am able to send emails but nothing is coming in.

    • U

      Deploy Krayin with heroku
      General Discussion • • United_MFO

      3
      0
      Votes
      3
      Posts
      2571
      Views

      U

      @Rishabh-Webkul it's not a specific problem.

      I want to understand the best way to deploy to heroku, whether it's via CLI or connected to GITHUB.

      in the deployment connected to GITHUB, when the deployment is done, it stays on the krayin installation screen forever, even after entering the database data, it doesn't install, is that right?

    • H

      Issues with CRM
      General Discussion • • harvey

      3
      0
      Votes
      3
      Posts
      3192
      Views

      F

      Lograste resolver? Te puedo ayudar.

    • E

      I can't confirm my login email for this forum
      Comments & Feedback • • eloimarquessilva

      3
      0
      Votes
      3
      Posts
      3102
      Views

      E

      @eloimarquessilva
      Hi @rishabh_webkul .
      My concern is that if I need to reset my password I won't be able to because I can't receive emails from you.
      Anyway thank you for reply,

    • S

      How to handle breadcrumbs in new package
      General Discussion • • smeranda

      3
      0
      Votes
      3
      Posts
      2515
      Views

      S

      @rishabh_webkul Is there a way to manage and register inside a package?

    • L

      Installation: stuck on "Step: Create admin credentials..."
      General Discussion • • Lowelheim

      3
      0
      Votes
      3
      Posts
      2067
      Views

      A

      @rishabh_webkul

      I am having hte same problem on Windows 10. It just hangs at Step: Create admin credentials...

      I have tried pressing Enter and it does nothing

    • M

      Deploy Krayin with EasyPanel
      General Discussion • • mego

      3
      0
      Votes
      3
      Posts
      325
      Views

      R

      Hello @mego

      You can publish KrayinCRM on EasyPanel by following these steps:

      Prepare the project – clone the repo, install composer & npm dependencies, and build assets.

      Configure .env – set database, app URL, and other environment variables.

      Set permissions – link storage and give proper write permissions to storage and bootstrap/cache.

      Run migrations – php artisan migrate --seed.

      Deploy on EasyPanel – either via GitHub integration or Docker. Ensure the web root points to public/.

      Run queues & scheduler – for background jobs and tasks.

      With these steps, KrayinCRM should be successfully deployed on EasyPanel.

      Note: For Further details you can check with the Easy Panel support team.

      Warm Regards

    • A

      Welcome to your NodeBB!
      General Discussion • • admin

      2
      0
      Votes
      2
      Posts
      2974
      Views

      A

      Thanks for welcome

    • N

      MODIFY A KRAYIN PROJECT
      General Discussion • • NP

      2
      0
      Votes
      2
      Posts
      2494
      Views

      R

      Hello @NP

      To create controllers and view in krayin you can go through the below links.

      For Controllers - https://devdocs.krayincrm.com/1.x/packages/controllers.html

      For Views -

      https://devdocs.krayincrm.com/1.x/packages/views.html

      For creating a New Database Table

      https://devdocs.krayincrm.com/1.x/packages/create-migrations.html

      Thanks & Regards

    • R

      No activity here?
      General Discussion • • razvanrun

      2
      0
      Votes
      2
      Posts
      2172
      Views

      R

      Hello @razvanrun

      May i know how the progress going's on in Krayin

      Thanks & Regards

    • S

      User login issue
      General Discussion • • surya

      2
      0
      Votes
      2
      Posts
      1586
      Views

      R

      Hello @surya

      It sounds like there might be an issue with authentication or session handling. Have you checked if the user data is being saved correctly in the database and if the credentials are accurate?

      Additionally, ensure that the authentication configuration and middleware are set up correctly in your Laravel and Krayin setup.

      Also if you can provide us with your error inside the console that will help you to assist you.

      Thanks & Regards

    • E

      Change Side-panel Fields Names
      Comments & Feedback • • EshanK

      2
      0
      Votes
      2
      Posts
      2047
      Views

      A

      @eshank
      Hello,
      If you want to change the name, you need to go to Root path Package folder and there go to Admin/src/Config/menu.php

      Now change the Name

      'key' => 'plants', 'name' => 'admin::app.layouts.plants', 'route' => 'admin.leads.index', 'sort' => 2, 'icon-class' => 'leads-icon',

      After that go to below path and add locale translation.

      Admin/src/Resources/lang/en/app.php

      layouts' => [
      'app-version' => 'Version : :version',
      'dashboard' => 'Dashboard',
      'plants' => 'Plants',
      'quotes' => 'Quotes',
      'quote' => 'Quote',

      Please check the screenshot below

      Changed.png

    • Steven Willett

      .env Mail Server Configuration to receive as be user specific.
      General Discussion • • Steven Willett

      2
      0
      Votes
      2
      Posts
      2649
      Views

      A

      @Steven-Willett

      Hi Steven,
      I think you want to pull E-mail replies into CRM, it must work for you.

      You may use this route https://your_domain/laravel-crm/admin/mail/inbound-parse

    • Steven Willett

      Change Product(s) to be Course(s)
      General Discussion • • Steven Willett

      2
      0
      Votes
      2
      Posts
      2369
      Views

      R

      Hello @Steven

      Thank you so much for your suggestion

      You can also raise your issue regarding changes on GitHub as well

      https://github.com/krayin/laravel-crm/issues

      Thanks & Regards

    • A

      Installation
      General Discussion • • adilsonalves

      2
      0
      Votes
      2
      Posts
      2468
      Views

      A

      @adilsonalves

      Hello there,
      Can you please help us with the screenshot so that we can understand the issue in a better manner?

      Thank you.