Minify HTML in Laravel
If you've ever used a javascript framework with SSR support, you've seen that HTML is compressed when you build. How would you set up this output in Laravel?
If you've ever used a javascript framework with SSR support, you've seen that HTML is compressed when you build. How would you set up this output in Laravel?
Filament is a Laravel package that allows you to build beautiful admin panels and TALL stack applications. In this post, we will look at how to trigger table actions via URL in Filament.