Alex Joffroy

Results 5 issues of Alex Joffroy

I'm facing a problem when I inject the `\Eusonlito\LaravelMeta\Meta` instance in my controller and then trying to get the tags in my view (with the Facade). Here's a basic example:...

Is there a way to register a custom header to a method or to an adapter ? If I write my own adapter, it will probably do the trick. But...

To detect if the browser supports object-fit property, I use CSS.supports. If the property is supported, the component render an "img" tag, else a "div". Currently, when testing,the rendered component...

When loader prop is set, the component should render first the loader, then the picture when loaded. To test this feature, I need to understand how to mock promises with...