Diaa Fares
Diaa Fares
Hi @billyct I explained my use case at the previous comment, that I want to create dynamic Snippet Form input that are populated from the Database, then use these inputs...
@billyct oh, great work, thank you very much BTW, in the v0.2.4, I tried the dynamic Snippet Form example code above and it didn't give me an empty screen! instead...
> how about writing the dynamic data in the closure @billyct oh, great idea, way better than what I suggested! It will be great if we can do it like...
@billyct awesome work, thank you very much ^_^ Ca you please add it to the change log, I can't wait to tell my teammates about it ☺️
@billyct BTW, I tried to get v0.2.5 by using auto update feature, but it seems like it didn't work, I opened Tinkerun and it was downloading the new version in...
@billyct Before I posted my last comment, I already added `limit(3)` to the query and I have the same error! I think the cause of the problem is that when...
@billyct I think the problem is happen because of the import of the User model when Tinkerun execute the closures, as my App have custom setup and the User model...
@billyct yes it worked, but it will be great if Tinkerun returned the error when you hit the Snippet form button, currently if any error happened inside the closure, Tinkerun...
@billyct great, can't wait ☺️ thank you so much
Hey @billyct Since I upgrade to PHP8 I can't use Dynamic snippet form with something like `User::selectRaw('first_name as label, id as value')->limit(3)->get()->toArray();` I get the same error as here and...