question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: No hint path defined for [backpack]

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tabacitucommented, Apr 18, 2017

@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!

0reactions
posesocommented, Apr 16, 2017

I’d love to see it as a standalone package, I don’t really like AdminLTE

Read more comments on GitHub >

github_iconTop Results From Across the Web

Laravel 4: No hint path defined - php - Stack Overflow
When I run the website, I got this error: No hint path defined for [MyPackage] . How can I solve it? How can...
Read more >
Laravel Nova, No hint path defined for [menu] - Laracasts
I'm making a Tool for Laravel Nova, upon having some composer issue's, I removed the vendor folder, ran composer install again but now...
Read more >
No hint path defined for [mail]. - Code Grepper
No hint path defined for [mail]. ; 1. You need to call the markdown() method in the build() method of your ; 2....
Read more >
[InvalidArgumentException] No hint path defined for [ide-helper]
Forum Phpstorm Error: [InvalidArgumentException] No hint path defined for [ide-helper] ... I want PhpStorm to have code completion support and syntax highlighting ...
Read more >
InvalidArgumentException: No hint path defined for [worldcup].
you code is wrong you should to something like this ```php class CashFlowdataController extends Controller { public function index() { return ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found