Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggested improvements in Eloquent for SalesForce User Guide #116

Open
Shaws-WD opened this issue Oct 22, 2024 · 1 comment
Open

Suggested improvements in Eloquent for SalesForce User Guide #116

Shaws-WD opened this issue Oct 22, 2024 · 1 comment

Comments

@Shaws-WD
Copy link

First thanks very much for developing ElSF, which I only discovered a week ago and is already very helpful. Thanks also for the Eloquent for SalesForce User Guide which is very nicely constructed.

Second, I have several proposed corrections in the Eloquent for SalesForce User Guide at . (I don't see a way to propose the edits in that document, so I am using 'issues' to do so)

1: add php before artisan in two places
change 'artisan make:model Lead' to 'php artisan make:model Lead'
change 'artisan make:salesforce Lead' to 'php artisan make:salesforce Lead'

2 correct namespace suggested for the Eloquent model to be synchronized
In the section "Local Sync (NEW!)" the
I think 'namespace Lester\EloquentSalesForce;' should be corrected to
'namespace App\Models;'

3 It would be helpful to include a mention of the src/Console/SyncFromSalesforce.php file
I found the file by exploring the code in GitHub but it would be helpful for add a sentence or two about it to to the Eloquent for SalesForce User Guide
(I am having trouble with sync, but I will wait on suggestions/question on synchronization until I have done more investigation on my own)

@Shaws-WD
Copy link
Author

I have found the document, editted it in a branch and created a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant