I'm looking to specify in my model a hasManyThrough relationship but through a pivot table. For exam...
Does the Schema builder not support this type of relationship? Pseudocode: Table: cities increments(...
I've tried... $table->time('shift_end')->nullable(); $table->time('shift_end')->nullabl...
In Laravel's configuration, there is an APP_URL variable in the app.php file. Assuming my yaml file...
I currently have an established website running on Wordpress using nginx as the web server. The site...
If each user can have many settings and each setting can belong to many users then the following is...
Is it only ever going to be created_by and updated_by? What happens if multiple users update the pac...
Oh my god. I'm so fucking pissed off at Mandrill right now. I just found out about this. No one comp...
It appears that a hasManyThrough relationship will not work with a pivot table, is this correct? Thi...
For example, this code will generate a table with two indexes. A primary index with field "id&q...
The Laravel portal for problem solving, knowledge sharing and community building.
The community