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
7
votes
1 answer

How to undo Inertia.js from my Laravel application

I have a problem with undoing Inertia.js in my application. When I started my application, I accidentally typed both commands. php artisan jetstream:install inertia --teams After a while when I saw that Livewire would be more suitable for my…
Domzi27
  • 83
  • 1
  • 6
6
votes
2 answers

Laravel 8 Jetstream || Undefined variable: _instance (View: C:\xampp\htdocs\veye-website\resources\views\vendor\jetstream\components\modal.blade.php

I am trying to use Laravel 8 Livewire Modal Popup for data entry with going on another page. But I get undefine the variable _instance and not able to understand it. @entangle($attributes->wire('model')) This line creates this error when I remove…
Surya Pratap
  • 59
  • 2
  • 6
5
votes
4 answers

how to remove jetstream and fortify in laravel?

I am trying to remove Fortify and Jetstream packages from Laravel so I removed them from App. Providers, from composer.json (require section), Actions, Config, vendor. Then I run composer update and I get the following message: Script @php artisan…
JordiEs
  • 51
  • 1
  • 1
  • 4
5
votes
0 answers

How to use Jetstream authentication in SPA powered by Vue without using inertia and laravel router?

I am creating a Single Page Application using Laravel 8, Vue and Sanctum for API. If I use Jetstream for authentication, there is compulsory to use another js Inertia and according to documentation it's saying "you will use Laravel's router instead…
5
votes
3 answers

The Mix manifest does not exist - Laravel Fortify Jetstream Login/Registration Issue when deploying laravel in Hostgator shared hosting

I have been able to deploy Laravel projects successfuly in the past. For the first time I am using Laravel 8 with Jetstream and Livewire. Laravel is now using Fortify for login and registration auth. My local server works perfect, no issues. After…
toolnin
  • 134
  • 1
  • 1
  • 16
5
votes
4 answers

Laravel localization and routes from Jetstream / Fortify

I have this new Laravel project to work on. We would like to make it available in multiple languages. I started the project with JetStream. Routes for authentication and such are automatically handled by JetStream / Fortify. I then added…
5
votes
2 answers

Laravel Fortify Return Inertia::render() instead of a blade view

I'm currently building a SPA with vue and installed jetstream (that comes with fortify) and using inertiajs to get my vue components. Is there a way to use inertia::render('') when i use Fortify::loginView()?
4
votes
2 answers

Vite did not Work Properly loading asset on laravel 9?

Vite didnt load asset properly on my laravel 9 project. i've been facing this problem when using laravel 9 with Vite. first when i install laravel breeze i though the breeze is the problem, but now i try using jetstream it has the same issue. please…
4
votes
6 answers

JETSTREAM "Unable to locate file in Vite manifest: resources/css/app.css." ERROR

firstly i want to explain how I`m install laravel and jetstream. I open a folder from c disk, and i am goes to this folder from cmd and I start to write these codes laravel new project --jet, it ask to me livewire or inertia, I say livewire, It…
Özgür Çoban
  • 101
  • 1
  • 1
  • 8
4
votes
1 answer

What are #tags on vue template?

I can't find any documentation that explains what #tags are on