---
title: "Removing all Vue dependencies from Laravel"
url: https://daily.dev/posts/removing-all-vue-dependencies-from-laravel-0ct1osqby
source_url: https://mattstauffer.com/blog/removing-all-vue-dependencies-from-laravel
type: article
source: "Matt Stauffer"
published: 2026-05-31T07:51:32.597Z
updated: 2026-05-31T09:22:01.575Z
tags: ["javascript", "php", "laravel", "vuejs"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Removing all Vue dependencies from Laravel

**[Matt Stauffer](https://daily.dev/sources/mattstauffer)** · 3 min read · 0 upvotes · 0 comments

## Summary

A quick guide on removing Vue.js and other optional frontend dependencies from a fresh Laravel installation. Covers editing package.json to drop Vue (and optionally Axios, Lodash, jQuery, Bootstrap-sass, and cross-env), updating yarn.lock, and cleaning up app.js and bootstrap.js files. Includes a minimal package.json example using only Laravel Mix.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://mattstauffer.com/blog/removing-all-vue-dependencies-from-laravel>

## Similar posts on daily.dev

- [Laravel \+ Vite: Why Laravel Switched from Laravel Mix and How Vite Makes Development Faster](https://daily.dev/posts/laravel-vite-why-laravel-switched-from-laravel-mix-and-how-vite-makes-development-faster-20xqtcqsm) · Medium · 1 upvotes · 0 comments
- [Can Laravel Work with Modern Frontends?](https://daily.dev/posts/can-laravel-work-with-modern-frontends--k3edksalw) · Larablog · 1 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#vuejs](https://daily.dev/tags/vuejs)

[View this post on daily.dev](https://daily.dev/posts/removing-all-vue-dependencies-from-laravel-0ct1osqby)
