laravel-crm
laravel-crm copied to clipboard
Fixed #1215
updated composer.lock file
I have checked this PR, and this PR is works fine.
Steps to check this PR:
- Clone this module from here:
https://github.com/krayin/laravel-crm.git
- Now add a remote with this repo:
https://github.com/prabhat-webkul/laravel-crm.git
- Now merge with 'fix-1215' branch:
git merge remote-name/fix-1215
- Then run the below command:
'composer install'
- Now run the install command:
'php artisan krayin-crm:install'
After that follow all the steps project install successfully.
I have reviewed the pull request and noticed that issue #1215 is still present. Please fix the issue #1215.
I have checked the PR, this PR is Working fine.