Hello! I am considering the way of saving routes into database (nor routes.php). Could you please pr...
Did you specify connection value from config/session.php file? When using the "database" o...
->where('id','=',Session::get('user_id'))->get(); You are getting a masking object by user's...
The Laravel portal for problem solving, knowledge sharing and community building.