Hello, How do I create my own custom login method? I know that extending a trait is not posible. htt...
Hello, I'm looking for a solution to rename the _token field and replace it with a Str::random(40) v...
I can't really grasp the extend concept. What's up with the register function?
I have found the following _token occurrences thru laravel: \Illuminate\Session\Store.php:89 \Illumi...
Yes, I noticed that. That means that in order to rename _token I must extend Form::open and do some...
Laravel seems to ignore the manual _token implementation in the form fields and readd the value like...
The Laravel portal for problem solving, knowledge sharing and community building.
The community