
Courier
Kirby Courier offers a convenient and painless solution for creating emails tailored for your Kirby website.
Info
- Topics
- Implements
Kirby Courier offers a convenient and painless solution for creating emails tailored for your Kirby website.
blueprints
├── pages
│ ├── default.yml
│ ├── home.policy.yml
│ ├── simple.policy.yml
│ ├── content.yml
│ └── post.policy.yml
├── users
│ ├── admin.yml
│ └── editor.yml
└── site.yml
use Beebmx\KirbyDB\DB;
DB::table('users')->get();