Laravel-Blade
Laravel-Blade copied to clipboard
Use the simple and yet powerful Laravel Blade templating engine as a standalone component.
The issue is with PHP 8, when trying to create Blade object and passing the values But I got this error: Deprecated: Required parameter $cachePath follows optional parameter $viewPaths of...
I tested with psr-4 autoloading, but there's no reason this shouldn't work with psr-12.
I have copied to Windows from Mac when running the browser, error message `include(/opt/lampp/htdocs/ecommerce/app/functions/../../bootstrap/cache/3c00fb5c6cc02832d7d184095ad221d65e528e2d.php): failed to open stream: No such file or directory (View: /opt/lampp/htdocs/ecommerce/resources/views/errors/404.blade.php)` Pls, give me the solution?
Is there any chance to implement the new blade components X. I need use the blade components like laravel 7 but I want continue using this awesome package. I tried...
Unlike upstream function, this does not return void but Factory type. Makes IDE happy.
Bumping blade to newest version.
thanks for the package, i am using this package without laravel (in my mvc framework) , but when i am using persian characters in .blade files , character will convert...
I want to get a singleton instance, that is; I instantiate the Blade Class once (automatically) and then use a static function like Blade::instance() to get the object instantiated already....
There were a few major additions to loops in L5.3, any chance to get them in your package? Thanks a lot!