PATH:
home
/
lab2454c
/
.trash
/
core
const 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/js/app.js', 'public/js') .vue() .sass('resources/sass/app.scss', 'public/css');
[-] composer.lock
[edit]
[-] .gitattributes
[edit]
[-] composer.json
[edit]
[-] phpunit.xml
[edit]
[-] menu.php
[edit]
[+]
..
[+]
bootstrap
[-] package-lock.json
[edit]
[-] package.json
[edit]
[+]
tests
[-] .styleci.yml
[edit]
[+]
vendor
[-] .env
[edit]
[+]
storage
[+]
resources
[-] .gitignore
[edit]
[+]
routes
[-] server.php
[edit]
[-] .editorconfig
[edit]
[+]
config
[-] .env.example
[edit]
[-] webpack.mix.js
[edit]
[-] .htaccess
[edit]
[-] artisan
[edit]
[-] README.md
[edit]
[+]
app
[+]
database
[-] text.php
[edit]