rob-lester-jr04/eloquent-sales-force
This release includes tested support for Laravel 10.*
This release brings back support for Laravel 6 for those who want the latest features that ElSF has on apps that can't be upgraded to L7 or L8! Enjoy!
This release solves a problem that was missed - You may now query, create, and update your models using carbon date objects directly. More information here.
Syncronize your local models to SF (well, just certain fields if you want)
$table->string(18)->nullable()protected $salesForceObject = ''; to sync withprotected $salesForceFieldMap = [] to map fields to SFThe trait will automatically handle synchronizing on save.
This release contains some things that should have existed the whole time:
This version is supported on L7 and L8
Opening the version lock on Guzzle.
A very many code optimizations and bug fixes in this release, prompted a new minor version number instead of just a patch.
Build batched queries
Build batched queries to reduce API calls overall.
This release supports use with Laravel 6. For Laravel 5, please require 1.*
Picklist function returns a collection. Expanded unit tests for new functions, and new where clauses in the grammar.
How can I help you explore Laravel packages today?