Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Halim's avatar

Thanks @tykus Let me share my solution I found after search, maybe it help someone :)

1- Create a Login Listener:

php artisan make:listener LoginSuccessful --event=Illuminate\Auth\Events\Login
2 likes
tinkerbell's avatar
//TESTTTT


<script>
    $(function(){
        $('.btn-quickview').on('click','a',function(ev){
            $('.product-name').find('h2').html($(this).attr('data-title'))
            $('.special-price').find('.price').html($(this).attr('data-special-price'))
            $('.old-price').find('.price').html($(this).attr('data-old-price'))
        })
    })

</script>
muuucho's avatar

My test

code

Next code block

more code
bicicura's avatar

This should be white

$Test->test

This should be white

rautechre's avatar

hello

<button type="submit" class="btn btn-primary" id="search-button">Chercher</button>

Please or to participate in this conversation.