help me how to user request input three time for captcha if overdone 3 time after notification messa...
Hi good people. Have been stuck for hours on end with model binding with dynamic DB connection. I ha...
table pop table detail_pop table store_product diagram $detailpop = DetailPop::where('pop_id',$...
Hi, I'm using a Form Request with rules but I want to check the recaptcha validates before validatin...
I have this in my route Route::resource('something', 'SomethingController'); but this controller han...
Hello ! I am trying to implement a filtering method for some products. This is the route: Route::get...
I have a doubt about the Laravel select query. I am explaining my requirement here. I want to select...
I am developing a rest api. I test it with Postman Rest Client. But I have had a headache with PUT a...
I have an artisan command that requests data from an external API and stores that information in my...
I have a SPA app built on vue.js with a lumen api using JWT tokens which is working fine. Im trying...
Hi. I have a problem. I tried to change the controller but when I open the route it doesn't reflect...
I have tried to post blob file to Laravel using axios but the file returns null while the payload lo...
Hi! I have some problem to send a form in my Laravel Project. I try to submit mass input with same n...
this is my test ajax in laravel 5 (refer below) $("#try").click(function(){ va...
I have an inventory app that has three different roles, namely operator, admin, and super admin. the...
I'm writing my first application with Laravel (v 5.5) and it's days I'm trying to figure out how I c...
Hi everyone, I don't know if there is a better way to attach a morhpable object to its owner. In my...
Laravel 5.4 version The validate() function works until I test more than 3 errors in the form. Upon...
How to define model based on role I have a table where I save users. Users can either be a student,...
I have a named route in web.php: Route::get('editFact/{id}'.'FactsController@edit')->name('editFa...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community