-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve page to URL againt project root #2114
Comments
When integrating with Laravel, that is up in development environment by Valet (https://laravel.com/docs/10.x/valet) Here is out put of $_SERVER
and here is $this->cdn['jquery'] before loop in App#174 "/public/external/jquery/dist" // vendor/atk4/ui/src/App.php:176 and here is $this->cdn['jquery'] AFTER loop in App#174 "/Development/xavoc-eco/xavoc-web/vendor/atk4/ui/public/external/jquery/dist" // vendor/atk4/ui/src/App.php:183 |
@gowrav-vishwakarma what is the actual and expected jquery.min.js rendered URL? |
ie. to refer assets in deps, page like
vendor/xxx/yyy/assets/u.js
should be supportedrelated with #1788, #1727 (comment), #2095
The text was updated successfully, but these errors were encountered: