Skip to content

refactor: centralize route registration in bootstrap - #3

Merged
rtraselbd merged 1 commit into
revoltify:mainfrom
awesomecoderdev:main
Jul 18, 2026
Merged

refactor: centralize route registration in bootstrap#3
rtraselbd merged 1 commit into
revoltify:mainfrom
awesomecoderdev:main

Conversation

@awesomecoderdev

Copy link
Copy Markdown
Contributor

What changed

Centralized route registration in bootstrap/app.php.

The settings.php and install.php route files are now registered through Laravel's withRouting() configuration instead of being manually required from routes/web.php.

This keeps route registration in a single place and makes the application's routing structure easier to maintain.

No route behavior has changed.

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@rtraselbd

Copy link
Copy Markdown
Contributor

Thanks for your PR.

@rtraselbd
rtraselbd merged commit 59575a0 into revoltify:main Jul 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants