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

Inertia support on ViewCollector #1478

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Oct 11, 2023

Closes #1389
image

@MichaelNZ85
Copy link

What is the story with this? Looking forward to this feature

@parallels999
Copy link
Contributor

What is the story with this?

Lack of reviews, no one has test it

@erikn69
Copy link
Contributor Author

erikn69 commented Jan 29, 2024

I did add my repositories to my composer.json to have my fixes on my local copy, this way

"require-dev": {
    "barryvdh/laravel-debugbar": "^3.9.2"
},
"repositories":[
  {
      "type": "vcs",
      "url": "git@github.com:erikn69/php-debugbar.git"
  },
  {
      "type": "vcs",
      "url": "git@github.com:erikn69/laravel-debugbar.git"
  }
],

then composer require "barryvdh/laravel-debugbar:^3.9.2" -W
now must be working with this change, sometimes browser cache must be reload(Ctrl + Shift + R)

@barryvdh barryvdh merged commit daeea54 into barryvdh:master Jan 30, 2024
13 checks passed
@barryvdh
Copy link
Owner

Please check dev-master with Inertia and let me know.

@barryvdh
Copy link
Owner

Or better, 3.9@dev

@harryqt
Copy link

harryqt commented Feb 1, 2024

Its working fine at 3.9@dev 👍

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.

Feature request: Add support for Inertia.js
5 participants