PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
apilora.sandbox.dos-group.com
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');
[+]
resources
[+]
vendor
[+]
api-lora
[+]
config
[-] composer.lock
[open]
[+]
storage
[+]
database
[+]
..
[-] .env.example
[open]
[+]
routes
[-] readme.md
[open]
[-] server.php
[open]
[+]
public
[-] webpack.mix.js
[open]
[-] .env
[open]
[+]
bootstrap
[-] composer.json
[open]
[-] .gitignore
[open]
[-] phpunit.xml
[open]
[-] .gitattributes
[open]
[-] artisan
[open]
[+]
app
[+]
tests
[-] package.json
[open]