Closed miguelmsoler closed 7 years ago
@miguelmsoler Hello, At this very moment this is out of our package scope and it probably will not come in the future. The reason for this is that we intended to use this package as a STARTER kit, not as a package in the middle of the work.
So, a tl;dr; version is that you can't really use our system as you want to use.
I have a laravel project with a custom namespace. I tried to add quickadmin on it, but after I run php artisan quickadmin:install i get:
I think the reason why the error message is being shown is that you are using App\Http\Controllers\Controller; as base controller, but in my application (as in any app with custom namespace) the App namespace doesn't exist. I have a custom namespace instead.
I don't have enough knowledge of laravel package development to suggest a hint. But I assume that there is some way to make it work, since I tried some other admin packages and they didn't show this error.