krayin / laravel-crm

Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
https://krayincrm.com
Open Software License 3.0
10.7k stars 701 forks source link

Fixed #1215 #1227

Closed prabhat-webkul closed 3 months ago

prabhat-webkul commented 6 months ago

updated composer.lock file

komal-sh-27 commented 5 months ago

I have checked this PR, and this PR is works fine.

Steps to check this PR:

  1. Clone this module from here:

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

  1. Now add a remote with this repo:

https://github.com/prabhat-webkul/laravel-crm.git

  1. Now merge with 'fix-1215' branch:

git merge remote-name/fix-1215

  1. Then run the below command:

'composer install'

  1. Now run the install command:

'php artisan krayin-crm:install'

After that follow all the steps project install successfully.

harshit-webkul commented 5 months ago

I have reviewed the pull request and noticed that issue #1215 is still present. Please fix the issue #1215.

harshit-webkul commented 5 months ago

I have checked the PR, this PR is Working fine.