I am trying to understand why something works. I have a user model and within it I state that a User...
I am currently trying to insert the value of fields to a table. However, this error keeps coming up:...
New to Laravel. Not sure I understand the difference between these two configuration methods. I'm...
I have a case where I need to maintain some values of a user locally while there are default values...
I have a table in my view with 2 options to move that row up or down the table. I have made a sort_i...
Written with StackEdit. I was happy with laravel 4.2 until i upgraded to 5.2, By the way i wanted...
I have 2 models class BrandModel extends Model { protected $table = 'brand'; public functi...
Hi! I'm creating an app where I'm using a User model that represents Hotels. The columns for these h...
Hi, I am using Zizaco/entrust for managing roles/permissions of users. I have users with admin,super...
Hi, I'm using the Route::resource for my posts. How do I pass an array of values with checkboxes, fr...
Hi, first of all please forgive me my bad english. I am pretty new to laravel so i can't figure this...
Hello everyone. I've got a problem with the size of a field selected from MySQL. It only gets 104857...
How to convert an array (data already inside database) to working eloquent model without writing dat...
Hi all, im trying to make my dropzone upload to work but i have a little error when i hit the submit...
I am trying to echo out data from the database with a foreach loop. In return it returns this error:...
Hello everyone, I am having trouble to get all the information that I need for my pages on my local...
Hi, I need to exclude records (hotel rooms) from Eloquent query that have booked any day between Ch...
Hi, I'm having this wired issue when adding a unique column to an existing table. I have created use...
Hi guys, At the begining,before I decided to creat thread in here,I tried solutions so much but it d...
Suppose i have a database seeder named as ItemTableSeeder. when you try to run the command php arti...
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