2017 © Pedro Peláez
 

library widgets

Laravel 5 Widgets

image

caffeinated/widgets

Laravel 5 Widgets

  • Sunday, March 6, 2016
  • by kai_desu
  • Repository
  • 3 Watchers
  • 14 Stars
  • 5,780 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 4 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

This package has been abandoned and is no longer maintained.

Caffeinated Widgets

Laravel 5.1 Laravel 5.2 Source License, (*1)

Easily create reusable widget components to be used throughout your Laravel application. Widgets are very similar to Laravel's view composers, but in more of a dedicated sense., (*2)

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road., (*3)

Documentation

You will find user friendly and updated documentation in the wiki here: Caffeinated Widgets Wiki, (*4)

Quick Installation

Begin by installing the package through Composer., (*5)

composer require caffeinated/widgets

Once this operation is complete, simply add the service provider class and facade alias to your project's config/app.php file:, (*6)

Service Provider
Caffeinated\Widgets\WidgetsServiceProvider::class,
Facade
'Widget' => Caffeinated\Widgets\Facades\Widget::class,

And that's it! With your coffee in reach, start building out some awesome widgets!, (*7)

The Versions

06/03 2016

dev-master

9999999-dev

Laravel 5 Widgets

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel widgets caffeinated

06/03 2016

v2.1.1

2.1.1.0

Laravel 5 Widgets

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel widgets caffeinated

06/03 2016

v2.1

2.1.0.0

Laravel 5 Widgets

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel widgets caffeinated

04/01 2016

2.1

2.1.0.0

Laravel 5 Widgets

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel widgets caffeinated

28/06 2015

v2.0.1

2.0.1.0

Laravel 5 Widgets

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel widgets caffeinated

27/06 2015

v2.0

2.0.0.0

Laravel 5 Widgets

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel widgets caffeinated

13/06 2015

v0.3-alpha

0.3.0.0-alpha

Laravel 5 Widgets

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel widgets caffeinated

13/06 2015

v1.0

1.0.0.0

Laravel 5 Widgets

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel widgets caffeinated