Skip to content

Conversation

artengin
Copy link
Contributor

Refs: #59

@coveralls
Copy link

coveralls commented Sep 30, 2025

Pull Request Test Coverage Report for Build 18186768081

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.88%

Totals Coverage Status
Change from base Build 18186035495: 0.0%
Covered Lines: 277
Relevant Lines: 283

💛 - Coveralls

@artengin
Copy link
Contributor Author

Tested on a laravel-empty-project, works as expected.

@DenTray DenTray requested a review from Copilot October 2, 2025 07:47
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the php artisan lang:publish command to the Laravel project initialization process to publish translation files during app setup.

  • Adds lang:publish command to the default initialization commands array
  • Updates all test cases to include the new translation publishing step

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/Commands/InitCommand.php Adds php artisan lang:publish to the default commands array
tests/InitCommandTest.php Updates all test methods to expect the new lang:publish command execution

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@DenTray DenTray merged commit e85101b into main Oct 2, 2025
3 checks passed
@DenTray DenTray deleted the add-publish-translations branch October 2, 2025 07:49
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.

4 participants