Hello, If there is a difference in route description of my laravel 5 app as : Route::post('run-user-...
I work on a laravel project, and I want to use Algolia search . I'm using Laravel 5.8 , PHP 7.3.2, M...
Developers, I'm doing a search function and I can not bring the variable into sql? can anyone help,...
Is there a good beautifier for Blade? I'm using JS-Beautify and not getting the results I like. I'd...
Howdy folks! Please pardon the formatting, I tried to keep everything tidy but I cant seem to get th...
Hi everybody, I'm stuck with a problem for too long, I can't solve on my own and I haven't read abou...
HTML <input type="file" ref="inputfile"> <input type="file" r...
I am trying to create an workplace check in and checkout system for workers but i want to allow a us...
Hello. I have a problem with insert services in the database. I have a project with 3 languages: Rom...
big = DB::table('marks') ->select(DB::raw('sum(marks.tamil,marks.english,marks.maths,marks.scienc...
Hi all. I just deploy my laravel app using docker container on my GCP instance. I can run the migrat...
Hi. I'm working on an application written in Laravel 5.7. In my app I have three guards: 'guards...
I am getting this error on the hosting server. All ajax request are failing with 403 Forbidden error...
this is the application for the dialer for horizon technologies with backed and front end implementa...
I Have a problem when im trying to insert data inside my DB If the input field are not required, i c...
wanted to create dynamic scheduling jobs so I have used model in Kernel.php like below protected fun...
When I Create own method for Validation extends FormRequest , Validation working but its not redirec...
Hi, The webshop I'm developing uses two shopfronts, and to prevent a copy paste of the laravel proje...