laravel-postmark
A Postmark adapter for Laravel
File Explorer
Download Latest Version (.zip)- tests.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- FUNDING.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- SECURITY.md
- template.blade.php
- PostmarkServerTokenHeader.php
- PostmarkServiceProvider.php
- PostmarkTransport.php
- PostmarkTransportException.php
- TemplatedMailable.php
- TemplatedMailMessage.php
- Attachment.php
- Email.php
- Metadata.php
- Template.php
- TemplatedNotification.php
- PostmarkTransportTest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- .styleci.yml
- CHANGELOG.md
- composer.json
- LICENSE.md
- phpunit.xml.dist
- README.md
- UPGRADE.md
# Installation Guide
1. Get the code
git clone https://github.com/craigpaul/laravel-postmark
Downloads the entire project code from GitHub to your computer.
cd laravel-postmark
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
