blade
blade copied to clipboard
Use Blade templates without the full Laravel framework
# Changed log - According to the [PHPUnit doc](https://phpunit.readthedocs.io/en/8.5/fixtures.html#more-setup-than-teardown), it should be `protected function setUp` and `protected function tearDown` methods. - Using the `assertTrue` to assert expected is `true`.
Would be cool to see support for Laravel 7 and it's new `x-` component syntax. https://www.twilio.com/blog/dont-repeat-yourself-html-laravel-7-blade-components-php https://laravel.com/docs/7.x/blade#components
Hello! I am using PHPStorm IDE and installed your library. Now it shows error on the blade page, the doctype is underlined by red: ``` @use(App\Models\Menu) ... ``` Also, when...
is there any plan to support version 9?
In this moment when we try to use the package with php8.2 gives a fatal error and there is not any update of this package. Other packages too don't have...
I wanted to display the categories[ ](https://i.stack.imgur.com/hOrjb.png And then click on create This page appears[enter image description here](https://i.stack.imgur.com/g5GLc.png) I have tried to solve the problem but could not please help