Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update support for Laravel Framework v5.3. * Normalize field name as id to allow validation to be populated properly. * `Orchestra\Html\Form\FormBuilder` and `Orchestra\Html\Table\TableBuilder` no longer implements `Illuminate\Contracts\Support\Renderable` contract. * Allow to set page name property using the setter for `Orchestra\Html\Table\Grid::$pageName`. * Allow data to be retrieved from Eloquent collections for type hinting on `Orchestra\Html\Table\Grid`. ([@stevebauman](https://github.com/stevebauman)) * `Orchestra\Html\Form\FormBuilder` and `Orchestra\Html\Table\TableBuilder` implements `Illuminate\Contracts\Support\Htmlable` contract. * Remove deprecated views attributes for `Orchestra\Html\Form\FormBuilder` and `Orchestra\Html\Table\TableBuilder`. Signed-off-by: crynobone <[email protected]>
- Loading branch information