panichelpdesk / panichd

Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.
MIT License
90 stars 41 forks source link

404 when accessing panichd installer #5

Open labomatik opened 6 years ago

labomatik commented 6 years ago

I just installer panichd but when accessing the installer page i've a 404 error. Any idea?

xaviqv commented 6 years ago

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:

labomatik commented 6 years ago

Hello,

  1. Yes
  2. Yes
  3. Nothing i'm not able to reach the 2 routes...
labomatik commented 6 years ago

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

xaviqv commented 6 years ago

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.

marcoroma commented 5 years ago

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?

markgukov commented 5 years ago

Is your migrations table called migrations or is it something else?