Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login #1

Closed
annasindhu opened this issue Nov 30, 2018 · 12 comments
Closed

Login #1

annasindhu opened this issue Nov 30, 2018 · 12 comments

Comments

@annasindhu
Copy link

I am using Xampp. i installed correctly but aftergiving the username and password loging page is not responding.Validation is working

@SagarMaheshwary
Copy link
Owner

Please give me a screenshot of your error.

@annasindhu
Copy link
Author

image

@annasindhu
Copy link
Author

after pressing the LOGINBUTTON no action happened in the projects no error is showing

@SagarMaheshwary
Copy link
Owner

This project is built on materialize-css, so please use a better browser like chrome.

@annasindhu
Copy link
Author

i checked with opera and crome but no change

@SagarMaheshwary
Copy link
Owner

Is the login form submitting?

@annasindhu
Copy link
Author

values are passing but
image

@SagarMaheshwary
Copy link
Owner

I have tested the login just now but I didn't see a problem. I think you might have missed a step. Check if you have correctly setup the database configurations and please enable php errors.

@SagarMaheshwary
Copy link
Owner

Instead of using apache, open you cmd, cd into the project directory and run,

php artisan serve

open the url you see on the cmd and then try login again.

@annasindhu
Copy link
Author

Thanks for the immediate support ....Its working fine in http://127.0.0.1:8000/dashboard but not in apache
do you know why it happen

@SagarMaheshwary
Copy link
Owner

SagarMaheshwary commented Nov 30, 2018

The public directory contains the index.php file, which is the entry point for all requests entering your application. So, when you login, you get redirected to localhost/dashboard instead of localhost/your-laravel-project/public/dashboard. For these cases you can use a virtual host. Here's an example https://stackoverflow.com/a/36572751 or you can google it for better examples.

@annasindhu
Copy link
Author

Hi i understood the problem,in apache after login-> page submitting in http://localhost/projectname/dashboard instead of http://127.0.0.1:8000/dashboard thats the problem
is there any possiblelity to change the path in the Employee-master project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants