Skip to content

Tags: ajunlonglive/laravel-NativePHP

Tags

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Child processes (NativePHP#389)

* wip

* Fix styling

* cleanup

* phpstan

* Fix event

* Fix event watcher

* Fix facade

* add events

* Remove useless stubs

* Fix styling

* add some sanity tests

* wip

* add artisan shorthand

* allow passing either a string or array

* correct return type

* flip arguments for consistency

* tidy - remove unused class properties

* remove unnecessary space escape

* add optional arg to make the process persistent

* improvements

- ChildProcess instances can be used to interact with a process
- get, all and restart are piped up

* Fix styling

* Update src/ChildProcess.php

Co-authored-by: Simon Hamp <[email protected]>

* feedback - tidy cwd default path

* stub out php command tests

* fix - tests after upstream merge

* add php convenience method

* wip - refactor

* add phpdoc for facade methods

* Update src/Facades/ChildProcess.php

Co-authored-by: Simon Hamp <[email protected]>

* remove exploding string commands

* fix - return a fresh instance from the facade each time

---------

Co-authored-by: simonhamp <[email protected]>
Co-authored-by: gwleuverink <[email protected]>
Co-authored-by: Willem Leuverink <[email protected]>

0.5.7

Toggle 0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update funding.yml

0.5.6

Toggle 0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

0.5.5

Toggle 0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Safe storage (NativePHP#357)

* Add safe storage methods

* fix

0.5.4

Toggle 0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fluent API for opening windows maximized/minimized (NativePHP#349)

0.5.3

Toggle 0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update bug.yml

0.5.2

Toggle 0.5.2's commit message
Fix package auto-discovery

0.5.1

Toggle 0.5.1's commit message
Add default app ID

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request NativePHP#262 from meliani/meliani-laravel11-fix

Fix for laravel 11 upgrade

0.4.0

Toggle 0.4.0's commit message
Add default keys to remove