Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/graciano/blade-helpers
- Owner: graciano
- Created: 2015-11-25T23:46:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T16:17:59.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T05:29:11.048Z (2 months ago)
- Topics: blade, composer, frontend, laravel, php, template
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
## LicenseThis project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)