Replies: 2 comments
-
It seems that this code actually works :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This will produce an error in v2+ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Great work on the package, I have been looking for something that works as simple as this for a while.
One question: Is it possible to load using full-page livewire from inside an existing live wire component?
I am trying to cut down on the number of components and blade files I am using.
Something like:
public function render()
{
return parent::render()
->extends('layouts.admin')
->section('content');
}
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions