Skip to content

Commit b08a9df

Browse files
Add deprecation notice for Laravel Mix (#10519)
1 parent f0dd01f commit b08a9df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mix.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<a name="introduction"></a>
66
## Introduction
77

8+
> [!WARNING]
9+
> Laravel Mix is a legacy package that is no longer actively maintained. [Vite](/docs/{{version}}/vite) may be used as a modern alternative.
10+
811
[Laravel Mix](https://github.com/laravel-mix/laravel-mix), a package developed by [Laracasts](https://laracasts.com) creator Jeffrey Way, provides a fluent API for defining [webpack](https://webpack.js.org) build steps for your Laravel application using several common CSS and JavaScript pre-processors.
912

1013
In other words, Mix makes it a cinch to compile and minify your application's CSS and JavaScript files. Through simple method chaining, you can fluently define your asset pipeline. For example:

0 commit comments

Comments
 (0)