Pedro Martins

Results 439 comments of Pedro Martins

You know what I think about this, let's brainstorm it and get out of here with a solution we are confortable with maintaining 👍 I think a good name structure/rules...

Hello @simaremare Totally agree with you. I've tagged it with `should`, so it's almost guaranteed that we are going to do this change in 4.2! Thanks for the report and...

We are already using `Hash::make()` for some time, this issue fell through the cracks. Thanks 🙏

Hey, just my quick take on this: ```php Route::group( [ 'namespace' => 'Backpack\CRUD\app\Http\Controllers', ], function () { Route::crud('something', App\Other\MyController::class). } ``` Notice the `namespace` configured in `Route::group()`. Would it become...

Hey @pekka I think this idea is neat. There are a few options for this, one that easily comes to mind and would work out of the box without much...

Hello @kritsot thanks for the report. 👍 I've tried for sometime find a "quick" solution for the problem, unfortunately it's not giving me an easy time. Tried some solutions like,...

Hey @pekka thanks again for a good suggestion. Indeed we already came to the conclusion that we should had used placeholders instead of concatenating strings from start 😞 The change...

I am sorry @skpr-repo I don't think Editable Columns are supported inside the details row. Atleast not that I am aware. It could be a feature request that they work...

If they throw the error they don't work well 😎 Just kidding. I am not the one responsible for that code, but if I had to take a guess I...

Closing due to no activity. I don't think it's feasible to have editable columns inside a details row view. Please re-open, or rephrase if needed.