@yongpin92, you can use DB::raw method for this: User::where(DB::raw("substr('name', 1, strpos(...
You could use required_without validation rule to require hidden field if image file is not uploaded...
@Nikhilkumar13, Watch this episode of Laracasts on Forms.
Laravel doesn't fill out form fields automatically. You'll need to either use a package for building...
I don't know what was wrong with @laravelcode's code, but he got the right idea--add the check for T...
The Laravel portal for problem solving, knowledge sharing and community building.
The community