問題タブ [livewires]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
laravel - Laravel Livewire : select in modal close the modal with no rendering
I'm trying to have a select in a modal, in order to have a contact formular in my application. The view is ok, the select is here, but when I select one of the options, the modal close and block everything.
I'm in a livewire component.
Resume.php
livewire.simulation.resume.blade.php
the @include is because I've a lot of other little components to add
livewire.simulation.resume._student-project.blade.php
What I would like is to select one option and submit it, in order (next step) to create an entity in my database. Thank you for your help !
laravel - livewire を使用して nexmo SMS を送信するにはどうすればよいですか?
コードは正常に機能していますが、SMS が携帯電話番号に送信されません。私は livewire コンポーネントを使用しており、Nexmo の SMS 通知について検索しているすべての場所で、コントローラーの使用について調べています。livewire を使用して SMS を送信するにはどうすればよいですか