Skip to content

Tags: MelTheDev/laravel-NativePHP

Tags

1.0.0-beta.2

Toggle 1.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Laravel 12.x & PHP 8.4 (NativePHP#494)

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: child process facade (NativePHP#471)

0.7.0

Toggle 0.7.0's commit message
Consistency

0.6.4

Toggle 0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add dedicated php child process endpoint (NativePHP#414)

* add separate php endpoint

* fix window test

0.6.3

Toggle 0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/menubar improvement (NativePHP#411)

* Refactor variable

* Remove override method

`url` is already available from the `HasUrl` trait

* Add tooltip setting

* Add resizable setting

* Allow updating of tooltip

* Allow updating of icon

* Support firing a custom event on click

0.6.2

Toggle 0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate the dev DB when created (NativePHP#406)

0.6.1

Toggle 0.6.1's commit message
Add detail to output

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 <simon.hamp@me.com>

* 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 <simon.hamp@me.com>

* remove exploding string commands

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

---------

Co-authored-by: simonhamp <simonhamp@users.noreply.github.com>
Co-authored-by: gwleuverink <willem@leuver.ink>
Co-authored-by: Willem Leuverink <willem@mediacode.nl>

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