Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Releases: DarkGhostHunter/Larapoke

Final release, transition to new package

16 Feb 18:22
19d85d1

Choose a tag to compare

Package superseded by Laragear/Poke

The new package offers the same functionality plus some new goodies and latest Laravel support.

Laravel Octane compatibility

07 Apr 19:45
b8243d3

Choose a tag to compare

Merge pull request #21 from DarkGhostHunter/master

Added Laravel Octane compatibility

Preemptive conflict with Laravel Octane.

07 Apr 01:55
a63538d

Choose a tag to compare

Merge pull request #20 from DarkGhostHunter/master

Conflict with Laravel Octane

Laravel 8.0 and PHP 8.0 compatibility

17 Mar 01:44
0731432

Choose a tag to compare

As title say.

For older versions support, consider helping by sponsoring or donating.

Minor fix

10 Jun 21:59
06dd558

Choose a tag to compare

What's been added?

  • Nothing.

What's been changed?

  • Nothing

What's been removed?

  • Nothing

What's been fixed?

  • Routes wouldn't register if the middleware was set to null. #13

Added Laravel 7 support

05 Mar 18:11
8e38b83

Choose a tag to compare

Merge pull request #12 from DarkGhostHunter/master

Added Laravel 7 support

Laravel 6 compatibility and refactoring

26 Jan 21:40
154e635

Choose a tag to compare

This release should be compatible with Laravel 6. Major rework has been done to the backend to keep it maintainable.

What's been added?

  • Nothing, really. Everything should be working out of the box for the normal user.

What's been changed?

  • Default script uses visibilityState and window.location properly.
  • Larapoke Directive now is handled by the Service Container as a singleton, adding better detection of the injected script.
  • All detection methods to detect if the response is injectable have changed.
  • Larapoke Controller now returns an empty Response object with code 204.
  • Fixed all tests to use Laravel UI for auth scaffolding.

What's been removed?

  • BaseLarapokeMiddleware is gone. Use the InjectsLarapokeScript trait instead if you're using your own middleware for injecting the script.
  • DetectsInjectableResponse and InjectsScripthas been mixed into InjectsLarapokeScript.
  • Testbench Dusk Component. PITA to work with for testing.

Larapoke 3.1

19 Mar 18:57
308b018

Choose a tag to compare

Better Response detection.
Now It wont hook into JSON responses, and it also makes it compatible with Laravel Telescope.

Multiple domains
Now you can define poke route availability by domains.

Larapoke 3.0

07 Mar 19:56
b8dab54

Choose a tag to compare

Merge pull request #7 from DarkGhostHunter/master

Larapoke 3.0

Laravel 5.8 compatibility

02 Mar 23:57
dcd1ca9

Choose a tag to compare

Merge pull request #6 from DarkGhostHunter/master

Laravel 5.8 compatibility