Skip to content

Is there anyway of defining separate asset link for app.css and app.js #229

Answered by arukompas
charliex311 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @charliex311

You can publish the layout file which contains the links to the assets. If you host the assets somewhere else, and you cannot use the Laravel's ASSET_URL environment variable for some reason, just do this:

php artisan vendor:publish --tag=log-viewer-views

And then update the layout's code so that it loads the assets from where you need them to be loaded.

Hope this helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by charliex311
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants