I have eCommerce website develop on Laravel but performance of site is quite slow , so how can i opt...
No SSH Terminal With shared hosting service, you don’t get any SSH Terminal. Hence, it’s a big No, a...
I suggest you to try below query $marks = DB::table('marks')->where('user_id' '=' $id)->sum('m...
I suggest you to try this code $emp_id = Request::get('emp_id', $default); $rules = [ 'emp_id'...
I suggest you to check your route configuration file like your method name and Controller name , I a...
I suggest you to read and follow this article steps for Laravel Domain sub routing http://www.neybg....
The Laravel portal for problem solving, knowledge sharing and community building.
The community