Questions tagged [jetstream]

Laravel Jetstream is an application starter kit for Laravel. Jetstream provides the following features for your application:

  • login
  • registration
  • email verification
  • two-factor authentication
  • session management
  • API via Laravel Sanctum

Documentation at jetstream.laravel.com.

480 questions
1
vote
0 answers

I started a project with laravel, vuejs, inertia js and jetstream. but I have a problem with my form I can't get all the data

I started a project with laravel, vuejs, inertia js and jetstream. but I have a problem with my form I can't get all the data from the form, here is the code of my component invoice.vue.