How I create and run laravel spark project:
- Create project using spark new myproject
- set all required directory permissions
- Since I am on live server I hit the public folder within the project.
- The page display with two buttons 'Login' and 'Register'
When these buttons are clicked it jumps to the root directory, nothing works
Even if i hit the url like 'http://myip/myproject/register' the registration does not work.
What I am missing. please guide. I can't create virtual host.