table pop table detail_pop table store_product diagram $detailpop = DetailPop::where('pop_id',$...
I have an issue in my laravel ajax application, I cant upload images/files through ajax POST. here i...
Hello ! I am trying to implement a filtering method for some products. This is the route: Route::get...
I am developing a rest api. I test it with Postman Rest Client. But I have had a headache with PUT a...
hi, i want to create a like and dislike buttons on a post, which save the status of the user in a li...
Hi everybody I had problem 3 months ago but i had solution for it http://laravel.io/forum/07-21-2014...
Hi, I have problem with my Laravel project.. I have three tables: Users, _Tasks _and Samples. I want...
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...
Hi everyone, I don't know if there is a better way to attach a morhpable object to its owner. In my...
Hello folks, i am trying to call another function inside the same controller, but its not working at...
It can be definitely said that machine learning has become one of the top highlighted and extensivel...
Hi to all! Here is my controller: public function store(Requests\GuestbookRequest $request) { $n...
Hi there i'm noob to laravel. I have some problem with form: originally from stackoverflow: http://s...
I somehow always get "Trying to get property of non-object" when I am trying to show qtyBo...
I'm trying to make a search function with laravel 5 and it's not passing the results variable to the...
Having a NuSOAP web service defined in an inline route closure function works great, but having it i...
Hello.. How do I replace the words of a text? Example: $str = 'Hello :name ..Do you like :drink?'; $...