Heavily inspired by the Laravel adapter and official Symfony bundle.
- Add the required repository configuration to
composer.json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/webwingscz/inertia-bundle.git"
}
]
}- Install the composer package
composer require webwingscz/inertia-bundleState of features that require backend support.
- Pages
- Customizable page component name resolution
- Customizable page component existence validation
- Responses
- ProvidesInertiaProperties interface
- Only on global level using
InertiaPropProviderInterface
- Only on global level using
- Root template data
- ProvidesInertiaProperties interface
- Redirects
- 303 response code
- External redirects
- Routing
- Customizing the Page URL
- Validation
- Sharing errors
- Error bags
- Asset versioning
- Error handling
- Using
InertiaResponseFactoryInterface
- Using
Currently none.