79325301

Date: 2025-01-03 01:36:50
Score: 1.5
Natty:
Report link

I needed to add x-data="" and x-on attribute for laravel 11

<button 
    type="button"
    x-data=""
    x-on:click="$dispatch('open-modal', 'register')">Register now!
</button>

<x-modal name="register">
    <!-- registration form... -->
</x-modal>
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alejo