feat(support): converge Config/Log/Filesystem to L13 API (task 3.5) - #41
Open
agissept wants to merge 1 commit into
Open
feat(support): converge Config/Log/Filesystem to L13 API (task 3.5)#41agissept wants to merge 1 commit into
agissept wants to merge 1 commit into
Conversation
agissept
force-pushed
the
migration/3.5-config-log-filesystem
branch
from
September 11, 2026 15:04
3cc845c to
047f1ac
Compare
Config\Repository: - Add Macroable trait + implements Contracts\Config\Repository - Add typed accessors: string(), integer(), float(), boolean(), array() - Add getMany(), prepend(), push(), all() Log\Writer -> Logger: - Rename class to Logger, implement Psr\Log\LoggerInterface - Add Conditionable trait, write() L13 signature - Add getLogger(), withContext(), withoutContext() - Keep BC: getMonolog(), useFiles/useDailyFiles/useErrorLog Filesystem\Filesystem: - Add Macroable + Conditionable traits - Widen 7 method signatures (get/append/getRequire/requireOnce/files/allFiles/directories) - Add 20 L13 methods (missing/json/hash/replace/chmod/link/basename/...) - FilesystemServiceProvider: bindShared -> singleton Update all internal references (Mailer, Facade, Application alias map, tests).
agissept
force-pushed
the
migration/3.5-config-log-filesystem
branch
from
September 11, 2026 15:22
047f1ac to
3c25f35
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.
Task 3.5 — Config/Log/Filesystem light convergence
Expose L13-shaped API surfaces while keeping the 4.2 engine underneath.
Changes
Config\Repository:
Macroabletrait + implementContracts\Config\Repositorystring(),integer(),float(),boolean(),array()getMany(),prepend(),push(),all()Log\Writer → Logger:
Logger, implementPsr\Log\LoggerInterfaceConditionabletrait,write()L13 signaturegetLogger(),withContext(),withoutContext()getMonolog(),useFiles/useDailyFiles/useErrorLogFilesystem\Filesystem:
Macroable+Conditionabletraitsget($path, $lock),append($path, $data, $lock),getRequire($path, $data),requireOnce($file, $data),files($dir, $hidden),allFiles($dir, $hidden),directories($dir, $depth)missing,json,sharedGet,hash,replace,replaceInFile,chmod,link,relativeLink,basename,dirname,guessExtension,mimeType,isReadable,isEmptyDirectory,hasSameHash,ensureDirectoryExists,moveDirectory,allDirectories,deleteDirectoriesFilesystemServiceProvider:bindShared→singletonTest
Full suite: 1642 tests, 0 failures, 0 errors ✅