2017 © Pedro Peláez
 

library widget

Widget for The Laravel Framework

image

orchid/widget

Widget for The Laravel Framework

  • Thursday, August 31, 2017
  • by tabuna
  • Repository
  • 7 Watchers
  • 7 Stars
  • 3,689 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Warning this repository is no longer supported

If you are looking for a good way to use widgets on laravel please see how to use directive. This provides a better experience than package.


Orchid Widget

Widgets embedded in the representation to form a complex, but at the same time independent of the user interface., (*1)

Installation

install wia composer, (*2)

composer require orchid/widget

publish package, (*3)

php artisan vendor:publish

Create :

To create a new widget, you need to, (*4)

php artisan orchid:widget NameClassWidget

In the folder app/Http/Widgets create a class widget template Like a controller, a widget can also have its own view. Recommended siting widget files in a subdirectory views., (*5)

To register your new widget, you must bring it to the config/widget.php, (*6)

//
'widgets' => [
    'test' => App\Widgets\NameClassWidget::class
],

Usage

"Run" method is executed when the call widget defaul. you must perform in the code to connect the widget using Blade syntax:, (*7)

@widget('test')

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

31/08 2017

dev-master

9999999-dev

Widget for The Laravel Framework

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Avatar tabuna

laravel widget menu view

31/08 2017

1.1.1

1.1.1.0

Widget for The Laravel Framework

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Avatar tabuna

laravel widget menu view

25/06 2017

1.1

1.1.0.0

Widget for The Laravel Framework

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Avatar tabuna

laravel widget menu view

25/07 2016

1.0

1.0.0.0

Widget for The Laravel Framework

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar tabuna

laravel widget menu view