panichelpdesk/panichd

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:

  1. Did you add PanicHDServiceProvider in your Laravel config\app.php?
  2. Did you access the url http://your-laravel-app-URL/panichd ?
  3. Did you get any error during installation process?

After ending the installation process, there are two routes to get to Panic Help Desk:

Hello,

  1. Yes
  2. Yes
  3. 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?