All Projects → duncan3dc → Blade

duncan3dc / Blade

Licence: apache-2.0
Use Blade templates without the full Laravel framework

Projects that are alternatives of or similar to Blade

Dropzone Laravel Image Upload
Laravel 5.2 and Dropzone.js auto image uploads with removal links
Stars: ✭ 92 (-30.3%)
Mutual labels:  laravel-framework
Laravel Dashboard Chart Tile
Create all the charts you want for your laravel dashboard
Stars: ✭ 102 (-22.73%)
Mutual labels:  laravel-framework
Genesis
Templating, scaffolding and generation tool
Stars: ✭ 122 (-7.58%)
Mutual labels:  templating
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (-28.79%)
Mutual labels:  laravel-framework
Scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
Stars: ✭ 1,360 (+930.3%)
Mutual labels:  templating
Metalsmith Layouts
🌼 A metalsmith plugin for layouts
Stars: ✭ 109 (-17.42%)
Mutual labels:  templating
Metalsmith React Templates
A metalsmith plugin to render files using React / Preact / JSX based templates.
Stars: ✭ 90 (-31.82%)
Mutual labels:  templating
Laravel Social Email Authentication
Laravel 5.3 bootstrap app with Multi Auth, Social and Email Authentication. Google re-Captcha, Facebook, Twitter, G+ and much more..
Stars: ✭ 129 (-2.27%)
Mutual labels:  laravel-framework
Htm.py
JSX-like syntax in plain Python
Stars: ✭ 102 (-22.73%)
Mutual labels:  templating
Laravel Form Builder
Laravel Form builder for version 5+!
Stars: ✭ 1,601 (+1112.88%)
Mutual labels:  laravel-framework
Vuerecipe
A recipe for using Buffalo & Vue.js
Stars: ✭ 95 (-28.03%)
Mutual labels:  templating
Hrms
Human Resource Management System automation using Laravel 5.2
Stars: ✭ 98 (-25.76%)
Mutual labels:  laravel-framework
Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+1096.97%)
Mutual labels:  laravel-framework
Advance Ecommerce In Laravel 7
Advance e-commerce website in laravel 7.
Stars: ✭ 91 (-31.06%)
Mutual labels:  laravel-framework
Tempy
Python Object Oriented Html Templating System
Stars: ✭ 126 (-4.55%)
Mutual labels:  templating
Forsun Laravel
高性能的定时调度服务。
Stars: ✭ 91 (-31.06%)
Mutual labels:  laravel-framework
Plot
A DSL for writing type-safe HTML, XML and RSS in Swift.
Stars: ✭ 1,722 (+1204.55%)
Mutual labels:  templating
Laragym
A laravel gym management system
Stars: ✭ 130 (-1.52%)
Mutual labels:  laravel-framework
Jxls
Java library for creating Excel reports using Excel templates
Stars: ✭ 128 (-3.03%)
Mutual labels:  templating
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-14.39%)
Mutual labels:  laravel-framework

blade

Use Laravel Blade templates as a standalone component without the full Laravel framework

Full documentation is available at http://duncan3dc.github.io/blade/
PHPDoc API documentation is also available at http://duncan3dc.github.io/blade/api/

release build coverage

Quick Examples

Output the view from /var/www/views/index.blade.php:

use duncan3dc\Laravel\BladeInstance;

$blade = new BladeInstance("/var/www/views", "/var/www/cache/views");

echo $blade->render("index");

There is also a static class available:

use duncan3dc\Laravel\Blade;

echo Blade::render("index");

Read more at http://duncan3dc.github.io/blade/

Changelog

A Changelog has been available since version 2.0.0

Where to get help

Found a bug? Got a question? Just not sure how something works?
Please create an issue and I'll do my best to help out.
Alternatively you can catch me on Twitter

duncan3dc/blade for enterprise

Available as part of the Tidelift Subscription

The maintainers of duncan3dc/blade and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].