Download the PHP package performing/laravel-view-helpers without Composer
On this page you can find all versions of the php package performing/laravel-view-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download performing/laravel-view-helpers
More information about performing/laravel-view-helpers
Files in performing/laravel-view-helpers
Package laravel-view-helpers
Short Description This is my package laravel-view-helpers
License MIT
Homepage https://github.com/performing/laravel-view-helpers
Informations about the package laravel-view-helpers
Laravel View Helpers for InertiaJS
This package offers some helpers to build common data strucuture and logic in the context of CRUD applications.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
It's basically headless so it gives you just the data in the right format to build simple tables and forms. You will need to build all the query and filter logic.
Instead of using Inertia::render
to return the components data we use Performing\View\Page::class
.
Testing
Credits
- Giorgio Pogliani
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-view-helpers with dependencies
illuminate/contracts Version ^9.0|^10.0
inertiajs/inertia-laravel Version *
spatie/laravel-package-tools Version ^1.13.0