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

Long lost branch to support Laravel #56

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Switch PHP Version
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1.7'
coverage: xdebug

- name: Validate composer.json and composer.lock files
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@ path ?(domain|filename-) locale ?(-js-handle) .ext
- `bool` | `optional` | `default:` true
- Whether the option `--skip-js` will be passed to the `wp i18n make-pots` command. Makes it so strings to be translated inside JS code will not be considered.

## Framework specific

### Laravel
TODO:

### WordPress
TODO:

## TODO

- Maybe rest of api params.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"require": {
"php": ">=8.0.2",
"guzzlehttp/guzzle": "^7.2",
"symfony/console": "^6.0"
"symfony/console": "^6.0",
"kkomelin/laravel-translatable-string-exporter": "^1.22"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down
Loading
Loading