PHPackages                             laravel-commode/bladed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. laravel-commode/bladed

ActiveLibrary[Templating &amp; Views](/categories/templating)

laravel-commode/bladed
======================

A simple tool to extend laravel's blade functionality.

044PHP

Since Jul 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/laravel-commode/bladed)[ Packagist](https://packagist.org/packages/laravel-commode/bladed)[ RSS](/packages/laravel-commode-bladed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#Commode: Bladed

[![Build Status](https://camo.githubusercontent.com/bdb544ddceac93c73cfa646087752fb7a5a4a602c7eec4e9837f1ae1b916b082/68747470733a2f2f7472617669732d63692e6f72672f6c61726176656c2d636f6d6d6f64652f626c616465642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/laravel-commode/bladed)[![Code Climate](https://camo.githubusercontent.com/47c58a96692cbb55cc16a2af35f38d3b037b5e8c5bf79790813051228d82f06b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6c61726176656c2d636f6d6d6f64652f626c616465642f6261646765732f6770612e737667)](https://codeclimate.com/github/laravel-commode/bladed)[![Coverage Status](https://camo.githubusercontent.com/6a73b8ed220e500dd05fd1c2ffa4c6ea66e5e25df89d38ab1f2b072c7d6e8f72/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c61726176656c2d636f6d6d6f64652f626c616465642f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/laravel-commode/bladed?branch=master)

> ***laravel-commode/bladed*** is an extension package for laravel's Blade templating system.

\####Contents - [Installing](#installing)
- [Syntax](https://github.com/laravel-commode/bladed/wiki/01.-Syntax)
    - [Statements](https://github.com/laravel-commode/bladed/wiki/01.-Syntax#statements)
    - [Cached statements](https://github.com/laravel-commode/bladed/wiki/01.-Syntax#cached_statement)
    - [Conditions](https://github.com/laravel-commode/bladed/wiki/01.-Syntax#condition)
    - [Loops](https://github.com/laravel-commode/bladed/wiki/01.-Syntax#loops)
    - [Wrappers](https://github.com/laravel-commode/bladed/wiki/01.-Syntax#wrappers)
    - [Cached wrappers](https://github.com/laravel-commode/bladed/wiki/01.-Syntax#cached_wrappers)
- [Creating a command namespace](https://github.com/laravel-commode/bladed/wiki/02.-Command-namespace)
- [Wrappers](https://github.com/laravel-commode/bladed/wiki/03.-Wrappers)
- [Available commands by default](#commands)
- [IoC reference table](#reference)

\##Installing

You can install laravel-commode/validation-locator using composer:

```
"require": {
    "laravel-commode/bladed": "dev-master"
}

```

To enable package you need to register LaravelCommode\\Bladed\\BladedServiceProvider service provider in your application config.

```
