PHP Class App\Http\Composers\GlobalComposer

Show file Open project: rappasoft/laravel-5-boilerplate Class Usage Examples

Public Methods

Method Description
compose ( Illuminate\View\View $view ) : void Bind data to the view.

Method Details

compose() public method

Bind data to the view.
public compose ( Illuminate\View\View $view ) : void
$view Illuminate\View\View
return void