input sisa file upload
This commit is contained in:
parent
40c94281c4
commit
e2b99d305c
BIN
public/upload_image/AP NANO-HD 2020-1660879652.png
Normal file
BIN
public/upload_image/AP NANO-HD 2020-1660879652.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
16
webpack.mix.js
Normal file
16
webpack.mix.js
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
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');
|
Loading…
Reference in New Issue
Block a user