2017 © Pedro Peláez
 

library bladestrap

Bootstrap 3 helpers for Laravel's Blade view engine.

image

watchwood/bladestrap

Bootstrap 3 helpers for Laravel's Blade view engine.

  • Thursday, June 29, 2017
  • by watchwood
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

BladeStrap

Bootstrap 3 helpers for Laravel's Blade view engine., (*1)

Installation

Run composer require watchwood/BladeStrap to include the package in your Laravel app., (*2)

Add watchwood\BladeStrap\ServiceProvider::class to your app config service providers., (*3)

Usage

@panel($title, $type)

Opens a panel., (*4)

  • $title (optional): Title field for the panel
  • $type (optional): primary, warning, etc. defaults to default

@endpanel

Closes a panel., (*5)

@alert($title, $type)

Opens an alert box., (*6)

  • $title (optional): Title field for the panel
  • $type (optional): primary, warning, etc. defaults to info

@endalert

Closes an alert box., (*7)

Contributing

Bootstrap has a ton of stuff, I'm currently adding them to this package on a basis of when personally I need them. If you have anything you'd like to see added to this package, feel free to reach out to me on Github or make a Pull Request with the extra functionality., (*8)

The Versions

29/06 2017

dev-master

9999999-dev

Bootstrap 3 helpers for Laravel's Blade view engine.

  Sources   Download

The Requires

 

The Development Requires

by John Wood

29/06 2017

1.1

1.1.0.0

Bootstrap 3 helpers for Laravel's Blade view engine.

  Sources   Download

The Requires

 

The Development Requires

by John Wood

24/06 2017

1.0

1.0.0.0

Bootstrap 3 helpers for Laravel's Blade view engine.

  Sources   Download

The Requires

 

The Development Requires

by John Wood