PHP Classes

File: config/viewcomposers.php

Recommend this page to a friend!
  Classes of Bhavin Gajjar   Laravel Make Extender   config/viewcomposers.php   Download  
File: config/viewcomposers.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Make Extender
Generate files to use in Laravel applications
Author: By
Last change:
Date: 4 months ago
Size: 434 bytes
 

Contents

Class file image Download
<?php

/*
|--------------------------------------------------------------------------
| View Composers
|--------------------------------------------------------------------------
|
| Particular bald files
| App\Http\ViewComposers\MenuComposers::class => [
| 'welcome',
| 'layout.main'
| ]
|
| All bald files
| App\Http\ViewComposers\MenuComposers::class => [
| '*'
| ]
|
*/

return [
];