docs: mark df-admin-interface as Laravel 13-transparent#489
Draft
docs: mark df-admin-interface as Laravel 13-transparent#489
Conversation
Audit confirms this Angular 16 UI requires no changes for the DreamFactory Laravel 11 -> 13 backend upgrade campaign. API paths, auth endpoints, and df-core's custom error envelope all remain stable across the upgrade. Adds LARAVEL_13_COMPAT.md to record the audit result and campaign alignment.
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
This PR is part of the DreamFactory Laravel 11 -> 13 upgrade campaign
(Waves 0-5). df-admin-interface is the Angular 16 admin UI and has no
PHP/Laravel runtime coupling, so a code change is not required to maintain
compatibility with the L13 backend.
This is a docs-only alignment PR so the campaign has a tracked
shift/laravel-13 branch + PR for this package alongside the backend
packages.
Audit findings (see LARAVEL_13_COMPAT.md)
/api/v2/...are stable across the L13upgrade — verified against df-core / df-user / df-system shift/laravel-13
branches in Waves 0-1.
/api/v2/system/admin/session,/api/v2/user/session,password / register flows) unchanged.
(
{ error: { message, code, context } }), not Laravel's default JSONerror shape, so L11 -> L13 default-error format changes do not reach the UI.
composer.jsondeclares onlydreamfactory/installer: *— no Laravelframework dependency.
Out of scope (flagged for future work)
track (Angular 17/18/19) is recommended, decoupled from this L13 upgrade.
Test plan
composer.jsonaudited: zero Laravel dep.src/app/shared/constants/urls.tsaudited: all/api/v2/...pathsstable in L13 backend.
default JSON shape.
app's
shift-173254branch is deployable end-to-end (deferred toWave 5 integration testing).