Tag: definition
-
Post Views: 18 1. In Laravel 6, define the route as follows 2. Now you need to adjust /static/xxx to get the value from the environment variable, that is, use the global config function to access the configuration value 3. Print output/ / *. config(filesystems.disks.theme-asset-cdn.root) .{theme_id}/{asset_key}, its value is: /static/xxx/{theme_id}/{asset_key} . and the corresponding controller method can be executed. in…
