gruz / multi-tenancy-voyager-tries

Laravel-tenancy Voyager integration
9 stars 6 forks source link

Page Not Found #4

Open HermanMonteiro opened 5 years ago

HermanMonteiro commented 5 years ago

Hello friend, I tried to install manually following the step by step but not when reaching the end and trying to access appears error 404 - page not found.

I also tried to install from the repository and the same error occurs.

Any tips?

gruz commented 5 years ago

Code is outdated. Voyager and Tenancy packages have newer releases. I didn't update the code to fit the latest versions.

HermanMonteiro commented 5 years ago

Need help updating? How can I help you?

gruz commented 5 years ago

Create a pull request :-)

If you badly need it to work, I my try to have a look. But I personally don't have a need in the code.

HermanMonteiro commented 5 years ago

I created a php ERP for the real estate market a few years ago and now I am looking to rebuild the whole system using laravel, researching multi-tenancy architecture I found its repository and tried to use, but I am finding it difficult to upgrade.

moisesh18 commented 4 years ago

Did you changed the original url in your project? In the docs he's using 'voyager.test', if you need other url for test purposes, I recommend you to Command + Shift + F and change all 'voyager.test' to your url. I had that problem with the 404 errors, and I fixed it reading the docs again.