I have laravel 5.6 site built in local, after running
php artisan serve
it shows Laravel development server started: http://127.0.0.1:8000, but when i enter this URL in browser it always redirect to https site, https://127.0.0.1:8000/login
I have check the followings:
1) in .env file environment is local
2) checked .htaccess file for redirection
3) checked middleware for if there is any redirection
What will be the problem?