you can search for "The email field is required." in your laravel app and see where it is set.. and then change it somewhere (I wouldnt necessarily change it there as a new version of laravel will override your changes) but maybe you can put that code in controller (ie override it)
revert back everything and add
protected $username = "NAMA_GELAR";
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community