📄️ Requests and Routing
Mantle provides a MVC framework on-top of WordPress. You can add a route fluently and send a response straight back without needing to work with WordPress's `add_rewrite_rule()` at all.
📄️ Templating and Views
Mantle provides a delightful templating experience for WordPress using blade templating.
📄️ Helpers
Mantle includes a variety of global "helper" functions (props to Laravel) to
📄️ Console Command
Introduction