I have a website that is only used by my company's staff. For simplicity's sake, let's say this webs...
I am creating a simple login function on my website with a registration feature. The registration fe...
thomastkim said: Change it to: protected $username = 'name'; OH MY GOD IT WORKED! THANK YOU SO MU...
Thank you for your response! I've added that line into my AuthController like so: class AuthControll...
thomastkim said: Okay. First thing you need to do is put your error message inside your body. There...
thomastkim said: This line of code {!! csrf_field() !!} generates a hidden input field with a rando...
thomastkim said: Your csrf token might be refreshing with every page view. Can you double check tha...
The Laravel portal for problem solving, knowledge sharing and community building.
The community