After installing backpack-pro all assets file path changed so not loading correctly #917
-
After installing backpack-pro all assets file path changed so not loading correctly. Can anyone help me with this so that I can change assets path? |
Beta Was this translation helpful? Give feedback.
Answered by
karandatwani92
Apr 5, 2024
Replies: 1 comment 3 replies
-
I don't fully get your questions I would advise you to run Post some screenshots of your errors to help us find the issue. Cheers |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@shilpitrusty
OR, you can run
php artisan serve
in your project directory and access your app athttp://localhost:8000
.If going this way, make sure to set
APP_URL=http://localhost:8000