tacone

Results 47 comments of tacone

Hello! It is currently not possible, unless those model are related using Eloquent relationships. But since it is an interesting perspective. Would you elaborate more on your use case and...

Take a look here: http://rapyd.loc/rapyd-demo/edit notice the dotted syntax (ie: detail.note)

No, and sadly it's unlikely it will be done anytime soon. Sorry.

Yes it is, what's the issue?

rapyd uses the laravel native validator. i suggest you to check the laravel docs to see if it's possible or note. If not, you can still create a custom validation...

Looks like a very nice date time picker though. I particularly like the hour/minute selection, which is clunky in the widget we currently use.

You probably need to manually call the `build` method: ``` php // Returns all the records in the database $grid->build(); return $grid->buildCSV('export_articles', 'Y-m-d.His'); ``` Let me know if it works...

That query is very wrong, not sure if it eloquent or the logger to be wrong. A workaround would be to set the fields as ->nullable().

The easiest thing is to use YourModel::saving() and YourModel::saved();