Commit 327cda48 by 杨树贤

视图composer

parent 14605a53
<?php
namespace App\Http\ViewComposers;
use Illuminate\View\View;
class MallHeaderClassViewComposer
{
public function compose(View $view)
{
// $view->with('foo', 'bar');
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment