It would be better to implement the authentication by a web service in in your Laravel app rather th...
Do you mean there are multiple people using the same login credentials? If so try to convince them t...
Try adding this before the rewrite rules. RewriteBase / I have found this to be necessary on some h...
Try something like this $data = tblcategories::query()->paginate(30);
Try setting the session driver to "array" This will cause the session functions to just st...
The Laravel portal for problem solving, knowledge sharing and community building.