feat: Add marko/inertia-vue package#52
Merged
markshust merged 4 commits intomarko-php:developfrom May 2, 2026
Merged
Conversation
390cb8b to
115bdb8
Compare
…config - Nest test namespace as Marko\Inertia\Vue\Tests\ to match every other Marko driver sibling (Marko\Cache\File\Tests\, Marko\Database\PgSql\Tests\) - Drop ssr.bundle config slot from companion and parent (no PHP consumer; Marko's SSR client only reads inertia.ssr.enabled and inertia.ssr.url) - Link the Inertia.js docs reference in the npm install note - Document the inertia.assetEntry overlay slot in the parent inertia docs Refs marko-php#17. Co-Authored-By: Paulo Carvalho <paulofrediani@icloud.com> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bf6f347 to
44cef75
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR 4/5 in the Vite + Inertia package-import sequence. This revises
marko/inertia-vueper maintainer feedback and keeps the same shared parent config-slot commit as #51 so the branch remains testable before #51 lands:marko/inertia-vueto overlayconfig/inertia.php, dropping the unusedconfig/inertia-vue.phpand PHPssrEntrykey.module.phpso multi-install conflicts are loud through the existing binding registry mechanism.VueInertiaFrontendimplementingMarko\Inertia\Frontend\InertiaFrontendInterface.Maintainer Feedback Addressed
inertia.assetEntryandinertia.ssr.bundleslots.ssrEntryis no longer shipped in PHP config.Test Plan
vendor/bin/pest packages/inertia/tests packages/inertia-vue/tests --colors=nevervendor/bin/phpcs --standard=phpcs.xml packages/inertia packages/inertia-vuevendor/bin/php-cs-fixer fix packages/inertia --dry-run --diff --using-cache=novendor/bin/php-cs-fixer fix packages/inertia-vue --dry-run --diff --using-cache=nocomposer validate --strict --no-check-lock packages/inertia-vue/composer.jsoncomposer validate --strict --no-check-lockvendor/bin/pest tests/IntegrationVerificationTest.php tests/PackagingTest.php packages/inertia/tests packages/inertia-vue/tests --colors=never