Channing Defoe

Developer | Michigan

Social Links

  • Email
  • GitHub
  • Twitter
© channingdefoe.com | 2019

Laravel Salesforce API Client

November 17, 2019 by channingd Leave a Comment

The Laravel Salesforce API Client is a simple tool for interacting with salesforce APIs. It’s a laravel package and utilizes orchestral/testbench for testing the package in a laravel enviroment. Link: https://github.com/ChanningDefoe/laravel-salesforce-client Installation The package can be installed via composer by running the following command: composer require cdefoe/salesforceapi For verisons 5.4 and below, add the service […]

Filed Under: Laravel, Projects

Adding Custom Builder and Collection Methods to Laravel Models

April 13, 2019 by channingd 2 Comments

Laravel has a neat way of adding custom builder and collection methods to your models. This is great for a smaller model and cleaner code in your controllers. Begin with a Model Creating a Custom Builder Class Create a new class that extends the Eloquent Builder class. Add the Custom Builder to Your Model Add […]

Filed Under: Laravel

Using Laravel with Google Drive API to Access Google Sheets

January 21, 2019 by channingd 4 Comments

Google Drive API Setup To use the google API in your Laravel project, you need to create a new Project at the Google API Console. The steps below will guide you through the setup. Create a New Google Project. Go to “Explore and enable APIs”. Enable to Google Drive API. Go to the Credentials Tab […]

Filed Under: Laravel

  • 1
  • 2
  • 3
  • Next Page »

Categories

  • Laravel
  • Projects
  • Vuejs