I have users table and profiles table. One to one relation. I have one view to show both user and pr...
i want to display data from two controllers in one view? is possible? please answer me. thanks.
Hello, i have this error ErrorException in f464710e74e7c0526bc0688fb16d954a0df3c98d.php line 10: Try...
Anyone who knows AngularJS AJAX HTTP calls, please look over my code. I am stuck in a problem. I tri...
I am having problems running angularJS ajax http post script in laravel. If i put files in htdocs, t...
Hello I am building a website (front-end and back-end) where I have a section that have an image and...
I'm trying to sort with Jquery UI in Laravel and it's giving me fits. Here is my controller: public...
how can i make button filter on laravel 5.4?
Howdy, wonderful community! I'm seeking opinion from developers who've developed for both WordPress...
Hey, If my current day is Tue, then I want the output to be Mon, Sun, Sat, Fri, Thu, Wed. i.e name o...
I have group of checkbox which I add to database as an array [1,2,3] everything going OK when I addi...
I have a table(displayTable) that display data from my db of am using laravel on the i have a link...
Hi, i had two input Datetime field. User can choose to fill in either these two field. For the empty...
// try.blade.php inside layouts file this is try.blade.php @extends('index') @section('content') <...
Hello all, how Can I insert more than one value into the select tag using pluck? Form::select('peopl...
I'm stuck with my foreach here. I have a page where a user can create a candidate and add work exper...
Hi Guys, New coder here and new to laravel here.I would like to know how I would go about updating l...
I have 3 tables: users (fileds: id, name, etc.) profiles (fields: id, user_id, first_name, last_name...