lubusIN / laravel-gymie

👨‍💻 Gym & Club Management System https://gymie.in
MIT License
418 stars 247 forks source link

Asset folder missing #51

Closed ramindas closed 6 years ago

ramindas commented 6 years ago

Hi,

I tried your product and installed on Ubuntu 16.04 server and assets folder is missing. Please let me know how to get it done.

http://gym.secureserverlk.com/server.php/assets/

ajitbohra commented 6 years ago

looks like your webroot is not configured properly to point to the public folder http://gym.secureserverlk.com/auth/login returns 404 error

Public Directory After installing Laravel, you should configure your web server's document/webroot to be the public directory. The index.php in this directory serves as the front controller for all HTTP requests entering your application.

https://laravel.com/docs/5.6#configuration

ramindas commented 6 years ago

OK Thanks

ajitbohra commented 6 years ago

closing this feel free to reopen in case issue persist