Skip to content

smidu/php-laravel-expertsender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic ExpertSender Service API for Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages