-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Feature Request: Add Support for Full-Page Components #64
Comments
I think that issue I had with getting the I'll test my code again this weekend and submit a pull request if it works. |
Ok sounds good! |
After some testing, I came to the conclusion that the best way to support the 4 livewire macros is to just override the However, it did occur to me that the "solution" would be to have an artisan make command that stubs out an example Either way, I'm just going to close out the issue since technically speaking the requested functionality already exists. |
I'd like to be able to be able to do this: "If the main content of a page is a Livewire component, you can pass the component directly into a Laravel route as if it were a controller."
I've worked on this myself and was able to easily add
->layout()
both with and without parameters to the package. However, I got stuck when trying to implement->slot()
. I'm sure it's a simple thing that I am overlooking. I've just currently run out of time to work on it for now. I'll come back to it when I have more time if no one else figures it out first.Maybe I'm the only one who wants this. I just thought it'd be a good feature.
The text was updated successfully, but these errors were encountered: