视图composer
Showing
with
13 additions
and
0 deletions
Please
register
or
sign in
to comment
<?php | ||
namespace App\Http\ViewComposers; | ||
use Illuminate\View\View; | ||
class MallHeaderClassViewComposer | ||
{ | ||
public function compose(View $view) | ||
{ | ||
// $view->with('foo', 'bar'); | ||
} | ||
} |