Error: No hint path defined for [backpack]
See original GitHub issueI’m getting the following error
No hint path defined for [backpack]. (View: /var/www/laravel/vendor/backpack/crud/src/resources/views/list.blade.php)
it seems when laravel is trying to load the view, it can’t find the backspace hint when trying to load layout trough @extends('backpack::layout')
I tried to debug the process. There I found it did find the crud hint. So some hints do get loaded, except for backspace.
I found some stackoverflow issues related to similar problems, which stated the hints are declared in the ServiceProvider. I tried clearing the config:cache to avoid conflicts. However, I couldn’t find the issue
I’m installing Backpack/CRUD on an existing project. I tried to reïnstalling CRUD and made sure I completed all the steps, including publishing all the files as remmended in #32.
Laravel 5.2.41 I’m on Docker for Windows with Laradock as container PHP-FPM 7.0 NGINX
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
@poseso , themes will come in a few months. You’ll be able to use different premium themes on ThemeForest & similar, by just dragging&dropping some folders in your package. Subscribe to the newsletter if you haven’t already, and you’ll find out as soon as it’s launched.
Cheers!
I’d love to see it as a standalone package, I don’t really like AdminLTE