tuandm / laravue-core

Laravel package to provide core functionalities of Laravue dashboard
https://laravue.dev
MIT License
150 stars 49 forks source link

Laravue-core runnable in a subfolder #15

Closed caraffa closed 4 years ago

caraffa commented 4 years ago

No 404 error anymore when traying to log in from a subfolder (like https://localhost/LaravuCoreTest/public. The LARAVUE_PATH in the .env file must be set like this LARAVUE_PATH=/LaravueCoreTest/public.)

caraffa commented 4 years ago

See https://github.com/tuandm/laravue/issues/79

tuandm commented 4 years ago

@caraffa Thanks for your export and so sorry for this late response. I have to close this PR because laravue-core is built as Laravel package, therefore users must know about Laravel recommendation setup (which doesn't suggest using /public/ folder or shared host). You can fork this repo and make modification to fit with your business. In the scope of this package, we want to support only for Laravel framework.