htsl/for-laravel

Laravel service provider of Htsl.php
64 1
Install
composer require htsl/for-laravel
Latest Version:0.1.2
PHP:>=7.0
License:MIT
Last Updated:Nov 25, 2016
Links: GitHub  ·  Packagist
Maintainer: Fenzland

Htsl-laravel

Laravel service provider of Htsl.php

Usage

I. Install,

composer require htsl/htsl:@dev htsl/for-laravel:@dev

II. Then add the provider to your autoloaded service provider list in your config/app.php.

Htsl\ForLaravel\HtslServiceProvider::class,

III. Publish the vendor.

./artisan vendor:publish

IV. Create views with extension .htsl, and enjoy the HTSL!

more: The vender:publish command create two files: a. config/htsl.php b. app/Htsl/TExtension.php

With config/htsl.php editing, you can change the way Htsl.php works, even add new feature into. With adding method into app/Htsl/TExtension.php, you can add the method to the $this in the views.

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

384,821,166 4,658