begin order form with registration
This commit is contained in:
14
app/View/Composers/Shop/LayoutComposer.php
Normal file
14
app/View/Composers/Shop/LayoutComposer.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\View\Composers\Shop;
|
||||
|
||||
use Illuminate\View\View;
|
||||
use App\Repositories\Config;
|
||||
|
||||
class LayoutComposer
|
||||
{
|
||||
public function compose(View $view)
|
||||
{
|
||||
$view->with(Config::init());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user