matching comma separated string to a database field and sort the result to be in the same order as the comma separated string
Issue I have a variable with comma separated string, so I’m matching them with the values of another table field,…
get it fixed!
Issue I have a variable with comma separated string, so I’m matching them with the values of another table field,…
Issue I am working on a project in Laravel, In my project login, registration, send forget password mail working fine….
Issue Trying to use invokable controllers, but it seems to fail to find the __invoke method? Invalid route action: [App\Http\Controllers\App\Http\Controllers\MainController]….
Issue Check if the request record exists in the method show() .If they do not exist call the method DislayNotFound….
Issue I’m trying to allow users to login using either email or username along with their password. I’ve added the…
Issue I got a question about PHP compact. In the Laravel controller, I am returning the next values with compact:…
Issue Well. I have a problem with http_response_code(), and I can’t find an explanations. If I use header() before http_response_code(),…
Issue What is the “less code needed” way to get parameters from a URL query string which is formatted like…
Issue I’d like to ask. I want to make excel import feature using laravel-excel package. Which, the data I imported…
Issue First: I understand how to create a custom module within a customtable in the backend. I had already done…