laravel-haml icon indicating copy to clipboard operation
laravel-haml copied to clipboard

Wraps MtHaml for ease use in Laravel

Results 5 laravel-haml issues
Sort by recently updated
recently updated
newest added

Could you please help me with using Blade @error directive inside html attributes. This works: But in HAML notation it doesn't: %input{:class` => '@error("name") is-danger @enderror'} The rendered HTML looks...

When you registen new Blade directive in AppServiceProvier, for example @run ``` Blade::directive('run', function($expression) { return ""; }); ``` It's not accesable by `HamlBladeCompiler` class, because in `BladeCompiler` variable, that...

Hi there! First of all thank you for this great plugin, it's really cool :) And I just want to ask, is there any way to use PHP or Blade...

@weotch just tried to use the project with [Lumen](http://lumen.laravel.com/) and the composer require works, because Lumen uses most of the L5 illuminate components. But registering the ServiceProvider of the package...

enhancement

Hi there, are you planning to support L5 in a future release?