![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/medad.corals.io/ |
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. | */ let vendorPackages = ['vue', 'axios', 'moment']; mix.js('resources/themes/reservation-doctors/assets/PublicReservation/Schedule.js', 'assets/themes/reservation-doctors/dist/js'); mix.js('resources/themes/reservation-touring/assets/Booking/Booking.js', 'assets/themes/reservation-touring/dist/js'); //keep the following last thing to generate the files in public mix.extract(vendorPackages); mix.js('resources/assets/js/laravel-echo-setup.js', 'assets/core/compiled/js');