This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Conversation
…lides\Core and improve test script execution
… composer scripts with post-install command
…rove error handling for array parameters
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request includes changes to the
RouterandCorecomponents of the PhpSlides application, focusing on namespace refactoring, case sensitivity handling, and workflow improvements. The most important changes include namespace updates, case sensitivity handling in routing, and modifications to GitHub workflows.Namespace Refactoring:
PhpSlides\SrctoPhpSlides\Coreacross multiple files includingRouter/MapRoute.php,Router/Route.php,Router/view.php,src/Bootstrap/App.php,src/Cache/Cache.php,src/Config/config.php, and various controller files. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Case Sensitivity Handling:
caseSensitivemethod inRouter/Route.phpand updating thematchandmatch_routingmethods inRouter/MapRoute.phpto consider case sensitivity. [1] [2] [3]GitHub Workflows:
.github/workflows/release.ymland.github/workflows/tests.ymlfor better clarity. [1] [2]Push changes to mainjob in.github/workflows/tests.ymlto use a different approach for merging and pushing changes.Additional Changes:
composer.jsonandphpunit.xmlfiles to reflect new directory structures and autoload configurations. [1] [2]src/Cache/Cache.phpto be static and updated theclearandclearHotReloadmethods accordingly. [1] [2]