+-- https://opencollective.com/webpack
| | `-- webpack@5.79.0, schema-utils@3.1.1, terser-webpack-plugin@5.3.7, sass-lo
4.13.2, schema-utils@4.0.0, webpack-dev-middleware@5.3.3, schema-utils@2.7.1
| `-- https://opencollective.com/browserslist
| `-- browserslist@4.21.5, caniuse-lite@1.0.30001478, update-browserslist-db
+-- https://opencollective.com/postcss/
| | `-- postcss@8.4.21, autoprefixer@10.4.14, postcss-load-config@3.1.4
| `-- https://github.com/sponsors/ai
| `-- nanoid@3.3.6
+-- https://github.com/sponsors/RubenVerborgh
| `-- follow-redirects@1.15.2
+-- https://opencollective.com/babel
| `-- @babel/core@7.21.4
+-- https://github.com/chalk/chalk?sponsor=1
| | `-- chalk@4.1.2
| `-- https://github.com/chalk/ansi-styles?sponsor=1
| `-- ansi-styles@4.3.0
+-- https://paulmillr.com/funding/
| | `-- chokidar@3.5.3
| `-- https://github.com/sponsors/jonschlinkert
| `-- picomatch@2.3.1
+-- https://opencollective.com/cssnano
| | `-- cssnano@5.1.15
| `-- https://github.com/sponsors/fb55
| | `-- css-select@4.3.0, css-what@6.1.0, domelementtype@2.3.0
| +-- https://github.com/fb55/domhandler?sponsor=1
| | `-- domhandler@4.3.1, domhandler@3.3.0
| +-- https://github.com/fb55/domutils?sponsor=1
| | | `-- domutils@2.8.0
| | `-- https://github.com/cheeriojs/dom-serializer?sponsor=1
| | | `-- dom-serializer@1.4.1
| | `-- https://github.com/fb55/entities?sponsor=1
| | `-- entities@2.2.0
| `-- https://github.com/fb55/nth-check?sponsor=1
| `-- nth-check@2.1.1
+-- https://github.com/sponsors/isaacs
| `-- glob@7.2.3, rimraf@3.0.2
+-- https://opencollective.com/core-js
| `-- core-js-compat@3.30.0
+-- https://github.com/avajs/find-cache-dir?sponsor=1
| `-- find-cache-dir@3.3.2
`-- https://github.com/chalk/wrap-ansi?sponsor=1
`-- wrap-ansi@7.0.0
const mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel applications. By default, we are compiling the CSS
| file for the application as well as bundling up all the JS files.
|
*/
mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.sass', 'public/css');
Надо подружить произвольные адреса которые создаются через админку и обрабатываются одним контроллером, с адресами, которые обрабатываются другими контроллерами без ручного измения файла с маршрутами.