X7ROOT File Manager
Current Path:
/var/www/mpc
var
/
www
/
mpc
/
📁
..
📄
.env
(623 B)
📄
.env.cloud
(764 B)
📄
.env.example
(521 B)
📁
.git
📄
.gitattributes
(111 B)
📄
.gitignore
(254 B)
📁
app
📄
artisan
(1.61 KB)
📁
bootstrap
📄
composer.json
(1.81 KB)
📁
config
📁
database
📄
package.json
(1.04 KB)
📄
phpunit.xml
(1.02 KB)
📁
public
📄
readme.md
(3.34 KB)
📁
resources
📁
routes
📄
server.php
(563 B)
📁
storage
📁
tests
📄
webpack.mix.js
(549 B)
Editing: webpack.mix.js
let mix = require('laravel-mix'); /* |-------------------------------------------------------------------------- | Mix Asset Management |-------------------------------------------------------------------------- | | Mix provides a clean, fluent API for defining some Webpack build steps | for your Laravel application. By default, we are compiling the Sass | file for the application as well as bundling up all the JS files. | */ mix.js('resources/assets/js/app.js', 'public/js') .sass('resources/assets/sass/app.scss', 'public/css');
Upload File
Create Folder