Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 655 Bytes

README.md

File metadata and controls

executable file
·
31 lines (20 loc) · 655 Bytes

php-laravel-expertsender

Basic ExpertSender Service API for Laravel

installation

  1. Add repository to composer.json:
"repositories": [
      {
          "type": "vcs",
          "url":  "git@github.com:smidu/php-laravel-expertsender.git"
      }
]
  1. Require package:

composer require smidu/php-laravel-expertsender

  1. Add to packages service providers in Laravel config file:

ExpertSender\ExpertSenderServiceProvider::class

  1. Publish package provider and config:

php artisan vendor:publish --provider="ExpertSender\ExpertSenderServiceProvider"

usage examples

You can find usage examples in ExpertSenderExamples::class