How to use Blade-Laravel in an MVC project that is not running with Laravel?

0

We have here a great system in production that needs to be redone 100%.

Many discussions and uncertainties have not yet reached the conclusion of the framework that will be used.

At the moment we are using an MVC architecture but without any framework. For our views we are using mustache . I would like to test some views using the Blade of the latest versions of Laravel (5.4 or 5.5).

Does anyone know if there is any way to install?

    
asked by anonymous 27.11.2017 / 20:19

1 answer

1

The blade is a template engine that is provided only with Laravel

But there are some extracting projects of this to be used outside of laravel, but I have never used it so I can not state about its performance

Here are two examples:

link

link

    
27.11.2017 / 20:33