Nova Linkable Metrics 4.0 released! Now with support for Nova 4 and partition-specific links for Partition metrics. https://t.co/KuPBeATW2W @laravelphp#laravel#laravelnova
@jbogard working on some MediatR pipeline behaviors for caching, retry and fallback using Polly. Curious to get your take on using a separately defined "Policy" similar to Fluent validators vs. making handlers implement an interface to get the behavior?
This makes using Nova much easier over a database that doesn't adhere to Laravel naming conventions since I don't have to specify column naming/relationship overrides in my Nova resources.
@taylorotwell@adamwathan wrote a little package (Eloquent Transformable) to abstract away an unconventional database design so you can use it as if it had used Laravel Eloquent naming conventions. Would love your take if you have a chance to take a peek. https://t.co/hp6flxJpgM
Eloquent Transformable: Work with your Laravel Eloquent models the way you want them to look (not as they are) using a simple transformation layer.
https://t.co/yx4zon7XHT #laravel#eloquent@laravelphp
@victorreisd@AzureSupport Had a similar issue with a VM an had to "stop" it (deallocate) and then start it in order to get it come back online. It was stuck in a "Starting" state.
🎊 Laravel 5.7.0 has been released! Includes support for email verification, guest policies, dump-server, improved console testing, notification localization and more! https://t.co/DIISmfm5oP 🎊
@adamwathan what's best way with @tailwindcss to achieve wrapping like bootstrap 2.3.x's old span8/span4 classes? I've got my container set to flex flex-wrap, but it's not wrapping as I resize. Do I need a min-width or fixed width or something? Thanks in advance!