Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Laravel 11 #112

Merged
merged 6 commits into from
Jan 26, 2024
Merged

Support Laravel 11 #112

merged 6 commits into from
Jan 26, 2024

Conversation

askdkc
Copy link
Owner

@askdkc askdkc commented Jan 17, 2024

No description provided.

Copy link

what-the-diff bot commented Jan 17, 2024

PR Summary

  • Support for Laravel 11 Added
    The workflow file for GitHub has been updated to include support for Laravel 11. Along with this, versions of Laravel, Testbench, and PHP matrix have also been revised.

  • Enhanced Localization with .env or app Config
    The system now checks for the existence of a .env file. If such a file is not found, it modifies the config/app.php file with Japanese locale configurations. But if the file does exist, it modifies the .env file instead. Following these changes, the system prompts the user to star our GitHub repository and opens the repository URL based on the user's operating system.

  • Improved Tests for .env File Existence
    The test for the presence of a .env file has been refined for improved performance.

  • Updates in breezejp Command Test
    For Laravel versions 11 and above, changes in the .env file are now being asserted instead of those in the config/app.php file as part of the breezejp command test.

  • File Copying in Test Setup; Addition of tearDown Method
    The .env.example file is now copied in the TestCase setup. In addition, a tearDown method has been added which removes the temporary .env file after the tests have been run. This will maintain a cleaner, more efficient testing environment.

@askdkc askdkc merged commit fd37c23 into main Jan 26, 2024
11 checks passed
@askdkc askdkc deleted the l11 branch January 26, 2024 00:42
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.

None yet

1 participant