-
Notifications
You must be signed in to change notification settings - Fork 915
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
Error: No hint path defined for [backpack] #79
Comments
So I found the issue. So the instructions for the crud install guide are incorrect. The steps are explained how to only install CRUD. So you miss the backpack/base layout files it is calling. So in my opninion there are two options:
|
Damn... you're totally right @Dennisc1 , if you're only looking at Backpack\CRUD and not the online documentation, you have no idea you need to do the steps in Backpack\Base too, for it to work. I've updated the documentation to mention that. Thanks a lot! I think this might have been turning a lot of people down. Cheers! |
@tabacitu thanks for the quick reply and update of the docs. I think it is still possible to change the published view files, so it doesn't use the backpack:layout but your own layout. However, this isn't very clear for the users. Anyway, great package. Well maintained and you can clearly see progress in this repository. Keep up the good work! |
Hi @Dennisc1 , I'm not gonna lie - the only reason it's not decoupled is because the packages have gotten a lot more attention than I expected. So now I'm rushing to deliver all major features, to please the users that are already using it, rather than appeal to new users that would like to use it without the AdminLTE front-end. But in a few months things will probably settle and we'll have time to think this through. And yes, decoupling is on the roadmap, it's just not anywhere close right now. I'm sorry if this lets you down, but I don't want you to use it in the hope that it gets decoupled anytime soon and then be disappointed. Thank you for your contribution. Cheers! |
No problem. I can see the work your putting in to it right now and it's becoming a great package. So I understand that you put on the roadmap for later. |
I'd love to see it as a standalone package, I don't really like AdminLTE |
@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'm getting the following error
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
The text was updated successfully, but these errors were encountered: