laravel-notification-channels / laravel-notification-channels.github.io

Old Source code of laravel-notification-channels.com
MIT License
9 stars 5 forks source link

Old Laravel Notification Channels

This repo contains the old Katana site that was hosted on github pages.

We've moved to netlify & vuepress, and the new repository is here.

Building

The site uses Katana.

php katana build

Deploying

Github pages deploys from the master branch.

git subtree split --prefix public -b master
git push upstream master:master

Contribution

Contributions are welcome. Feel free to create an Issue or PR.