Questions
The value of the for attribute of the label element must be the ID of a non-hidden form control.
The value of the for attribute of the label element must be the ID of a non-hidden form control. Question I am using following code into my website and when I scan this on w3 validator it shows following error “The value of the for attribute of the label element must be the ID of … Read more
laravel middleware error – This page isn’t working 127.0.0.1 redirected you too many times.
I am using a middleware in my project and i created a middle ware file called validlogin.php and i applied middleware for my route which comes after login process and this route called dashboard since then it is showing following error error – This page isn’t working 127.0.0.1 redirected you too many times. validlogin.php web.php … Read more
How to replace space with dash in Laravel
Question I am developing a project in which i need to make the URLs of pages and when the user submits the title of pages and title’s space should be replaced with “-” so that it can be in correct format such as how-to-replace-space-with-dash-in-laravel Answer Sometime you might need to replace some thing with any … Read more