404 when accessing panichd installer
labomatik opened this issue · 6 comments
I just installer panichd but when accessing the installer page i've a 404 error.
Any idea?
Without more information, please answer the following questions and I'll try to catch what's going wrong:
- Did you add PanicHDServiceProvider in your Laravel config\app.php?
- Did you access the url http://your-laravel-app-URL/panichd ?
- Did you get any error during installation process?
After ending the installation process, there are two routes to get to Panic Help Desk:
- http://your-url/panichd : Redirects to dashboard if everything is ok. If not, Install or upgrade menu will be shown
- http://your-url/tickets: Opens Panic HD active tickets list
Hello,
- Yes
- Yes
- Nothing
i'm not able to reach the 2 routes...
Can it be that the issue is linked to
"autoload": { "psr-4": { "PanicHD\\PanicHD\\": "src" } }
With PanicHD while panichd is currently installed under /vendor/panichd/panichd
I'm not sure. I have read at Stackoverflow https://stackoverflow.com/questions/25499637/laravel-psr-4-not-autoloading that it has to be at the same case as namespace is. You just tell me that you have installed it in a Linux environment. I'll search for that, because I don't have it in any of my testing environments.
I'm trying to integrate this package inside: jeremykenedy/laravel-auth
but I have the same problem, when I try to access to the web installer to the URL http://localhost/mylaravelapp/public/panichd I'm redirected to http://localhost/panichd that doesn't exists, while with the URL http://localhost/mylaravelapp/panichd I'm redirected to a 404 page.
in the php artisan route:list I don't see any panichd route.
How can I integrate it in this project?
Is your migrations table called migrations
or is it something else?