Redirecting from blade page while clicking on a button to another blade page
I was wondering that , is that possible to redirect a view page after clicking the button from another component blade view file,it is working for me like if i give <livewire:component name>in my main layout and if i directly call through my route and try to trigger the button it is not working
yes it is working on a regular anchor but i am trying to do this with a fully livewire functionality
currently in my blade file i redirect by using
Go to create Component
in which creating is a simple function it will just redirect to the create.
ok sorry for that, i am trying to create a laravel-livewire crud in which
<button wire:click="creating"> Go to create component </button>
in this the wire:click is not rendering to the route or function "creating"
@Mohammedkichu I still can't understand your insistence on using Livewire here... what exactly is the structure of this application in respect of these components?
i have converted my normal component to livewire components for getting dynamic and while converting to laravel:livewire i found this type of error
nothing much ,can you just get me an idea for normal livewire function to render to another blade view page while triggering a button