vendredi 15 janvier 2016

How to addressing package view on Laravel 5.1

I have modules folder in root directory Laravel 5.1.
and located a package as test1 in this. Also I have file view1.blade.php in this directory

resources/views/view1.blade.php

How to can access in View1.blade.php from this address

modules/test1/View/test.blade.php

I use this command in View1 file but not work correctly

@include "modules/test1/View/test";

and this command

@include('modules::test')



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire