Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/graciano/blade-helpers

👓 Helpers for laravel blade template inputs.
https://github.com/graciano/blade-helpers

blade composer frontend laravel php template

Last synced: 25 days ago
JSON representation

👓 Helpers for laravel blade template inputs.

Awesome Lists containing this project

README

        

# Blade Helpers
Helpers for [laravel](http://laravel.com) blade template inputs.
Tested in laravel 5.2, 5.3 and 5.4

[![GitHub license](https://img.shields.io/github/license/graciano/gess.svg)](https://github.com/graciano/blade-helpers/blob/master/LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/graciano/blade-helpers.svg)](https://packagist.org/packages/graciano/blade-helpers)
[![Other Badge](https://img.shields.io/badge/much%20badge-many%20fun-yellow.svg)](https://github.com/graciano/blade-helpers)
[![GitHub release](https://img.shields.io/github/release/graciano/blade-helpers.svg)](https://github.com/graciano/blade-helpers/releases)

## Usage
```html


```
Or, if you have a checkbox:
```html


```

## Install
First, require the project with [composer](http://getcomposer.org): `$ composer require graciano/blade-helpers`

Add the file in your composer.json files section, like this:
```json
"autoload": {
"files":[
"vendor/graciano/blade-helpers/src/helpers.php"
],
}
```
Then, `composer dumpautoload`

## License

This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)