2017 © Pedro Peláez
 

library bbcodes

BBcodes for Laravel

image

brouwers/bbcodes

BBcodes for Laravel

  • Sunday, July 13, 2014
  • by patrickbrouwers
  • Repository
  • 1 Watchers
  • 4 Stars
  • 171 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Laravel-BBcodes

BBcodes for Laravel, (*1)

[b]Bold text[/b]

Build Status Latest Stable Version Total Downloads License Monthly Downloads Daily Downloads, (*2)

Installation

Require this package in your composer.json and update composer., (*3)

"brouwers/bbcodes": "1.*"

After updating composer, add the ServiceProvider to the providers array in app/config/app.php, (*4)

'Brouwers\Bbcodes\BbcodesServiceProvider',

You can use the facade for shorter code. Add this to your aliases:, (*5)

'Bbcode' => 'Brouwers\Bbcodes\Facades\Bbcode',

The class is bound to the ioC as bbcode, (*6)

$shortcode = App::make('bbcode');

Usage

Laravel-BBcodes has been built on Laravel-Shortcodes. This means the rendering and registering is the same as that package., (*7)

You can read more about the usage at: https://github.com/patrickbrouwers/Laravel-Shortcodes, (*8)

Bbcodes

- [b][/b]
- [i][/i]
- [u][/u]
- [s][/s]
- [font size="5" color="#333"][/font]
- [center][/center]
- [quote][/quote]
- [url title="test]test[/url]
- [url href="#]test[/url]
- [img alt="test]test.jpg[/img]
- [code][/code]
- [youtube width="560" heght="315" frameborder="0" allowfullscreen="true"]00000000[/youtube]

The Versions

13/07 2014

dev-master

9999999-dev

BBcodes for Laravel

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Patrick Brouwers

laravel bbcode shortcodes

13/07 2014

1.0.0

1.0.0.0

BBcodes for Laravel

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Patrick Brouwers

laravel bbcode shortcodes