Tony Messias
Tony Messias
I like the suggestion of accepting the service names as possible values to the start/stop commands. That's definitely some UX improvements, imo. Changing the output is a bit tricky, I...
@morrislaptop I've tested out that image and was able to get it running on my M1 and on my Linux laptop (same image). But is this new image fully compatible...
@mattstauffer I've looked into the Laravel Console Menu package ([source](https://github.com/nunomaduro/laravel-console-menu)) and the underlying `cli-menu` package from php-school ([source](https://github.com/php-school/cli-menu)) and looks like there's no option for pagination/scrolling. We could, technically, limit...
@tobyzerner that's exactly how I was thinking this could be solved, but I haven't had the time to test it. Thanks for testing this out!
Hey, there Uhm, that sounds like something we could do. I'll experiment with that tonight.
Just to be sure, you only need that at the routing layer? What about the view folder names (they also get plural version of the resource name)?
Just found this issue. We already have Cursor Pagination and I think implementing the per page ratio would be really cool. Something like this: ```php Route::get('users', function () { return...
Would also love to get the SongMaker code, if possible. ;)
Hey, @cjaoude I've added an example to the Turbo Laravel app of using a Livewire component with a form inside that seems to _not_ conflict with Turbo at all, even...
Not that I know of. Unless there is a way to hook into the Livewire rendering and automatically add `data-turbo="false"` to forms inside a Livewire component. Not sure if this...