Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,754 contributions in the last year
Contribution activity
October 2020
- reinink/deepmerge JavaScript
- reinink/framework PHP
Created a pull request in inertiajs/inertia-laravel that received 6 comments
Add new Inertia::location($url) method
Closes #57.
This PR adds a new Inertia::location($url) method, which returns a "409 Conflict" response with the X-Inertia-Location header set. This…
Created an issue in inertiajs/inertia that received 7 comments
Add better modal/slideover/drawer support
Inertia is designed such that each page has it's own URL, server-side controller, and client-side page component. This setup matches how you build …