Hi Im having issues running tests migrations for example I have a package that add a column to the u...
Hi guys I want to code in laravel and want to create some small projects for my company , but they u...
I want to implement use some jQuery tree package like jsTree to allow user to add/edit/remove some n...
I am assigning the following array to transactionInfo. $transactionDetails=[ 'am...
Dear All, I am new to laravel , can I skip migrations and use model connecting directly to my existi...
I have defined a Model class named Support, which abstracts the "supports" table of my DB....
I am interested in how to create that closure-table model?
Here's an overview of my schema. Pardon the rotation. I'm trying to establish a Polymorphic Relatio...
I create a model and a migration in Laravel 4 and add some variables in the migrations and in the mo...
Or any package has used closure table package?
I've just asked this over on StackOverflow http://stackoverflow.com/q/24490324/15531 but I might get...
Hi! I have a form where you edit data, submit to save it, and then return to the same edit view agai...
Hi guys! I'm building a website for a client where there is a catalogue/e-commerce section and I've...
This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...
I have created model so that users can be friends. I have table user_friends where user_id and frien...
I would simply like to run such query: select * from `users` where SUBSTRING_INDEX(`email`, '@' ,-1)...
Hi guys, Is there a way to insert values to the database config file at the run time ? I am developi...
I have 2 models in my app, 'User' & 'MedicineType' (each User belongs to one MedicineType). I ma...
I have a many-to-many relationship between my "resources" and "category" tables,...
I need help in the make of the Relationships between him and User model
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