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 views #188

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Inertia views #188

wants to merge 2 commits into from

Conversation

roke22
Copy link

@roke22 roke22 commented Sep 30, 2023

Now you can set in the config the view_type value that can be inertia or blade (blade for default). If you set to inertia the Reponse class will return a Inertia::render view so can work with vuejs and inertia option in laravel.

Added option in config to select blade or inertia views.
Modify the Response class to return the blade or inertia view in function of the value in the config.

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.

None yet

1 participant