I don't know how to remove vite, but I can help you to have the manifest. You have to run npm run build, it creates the manifest and then you won't have any error.
Nov 11, 2022
5
Level 1
Remove vite from api in laravel
Hi! I want to remove or disable vite or laravelIgnition. Now we are develop a new project, a authorization api for the another company project, but in any error, allways appear a stacktrace: Spartie\LaravelIgnition\Exceptions\ViewException: Vite manifest not found at: ...
Can any help me with this? Thanks!!!
Level 63
@pthiers Try this.
composer remove spatie/laravel-ignition
But this package is very useful to debug your application. That's nothing to do with errors for the users, it's for the developer.
1 like
Please or to participate in this conversation.