DEV Community

Discussion on: Laravel 8 - advanced CRUD (Livewire and Tailwind)

Collapse
 
patake profile image
patake

About the delete function that was not working, on app.blade.php file, we have to put @stack('scripts') tag after the @livewireScripts tag.
Check the source code of the page for the changes and the code for delete have to be after the Livewire javascript code.