Jonathan Reinink
Jonathan Reinink
I'm a big fan of PHP CodeSniffer, and recently came across this project as a result of trying to make a custom ruleset myself. While I totally understand why it's...
Right now the only League project using a custom domain is this one (platesphp.com). There really isn't any reason for this. - [ ] Add the `CNAME plates.thephpleague.com` DNS record...
To make this plugin work we had to use private Prettier APIs that can only be used by a single plugin at once. This means this plugin is incompatible with...
Next
This PR introduces a pretty significant architectural change to Inertia from a publishing perspective. Previously to use Inertia you needed to install the Inertia core package `@inertiajs/inertia` as well as...
This PR adds first class support for dialogs (modals) to Inertia.js. It works by adding a dialog component to the DOM as a sibling to the page component. Dialogs have...
It would be nice if the releases pages could be weighted lower than the main documentation pages somehow. Basically all pages that follow this pattern `https://inertiajs.com/releases/*` would ideally be ranked...
https://www.reddit.com/r/inertiajs
## The problem One of the challenges with the documentation right now is that all the framework specific content must be placed within the tabbed code component. The problem is,...
Basically document what I've outlined [here](https://github.com/inertiajs/inertia/issues/134#issuecomment-694369650).