Hi there, I am currently working on a multi-language website. The current database setup is: product...
I think I know why the error is happening, I just am not sure how to fix it. I have a datatable that...
Hello, This is probably a very simple question. In my database, I have a users table, ideas table,...
I'm creating a app for taking a test and I want to display each question by itself and when the user...
I just installed l5 and am trying to run a simple query using $users = User::find(1); But when I run...
Hello, people. I have a problem that is confusing me. I'm working with relationships, but part of th...
I am using Laravel 4 and the Eloquent model for a project we are working on. The database conforms t...
I got this query: SELECT (SELECT GenreDescription FROM Genre WHERE GenreId = Reports.ReportGenreId)...
Hi , I have a problem in my environment : DBLIB + PDO + UTF8 + MSSQL . How to convert charset in &qu...
Can anybody explain step by step how to setup files to render a custom 500 page after a firstorfail(...
Hi, i have problem with morphMany relation. I would like to find all Persons Travel where Photos Has...
I want to introduce nice and useful package for DB revisions. It works out of the box with Eloquent...
How the array merge is working in laravel?,.. I have two queries the first one is: $products_que...
Consider the following simplified tables: https://gist.github.com/exnor/cff79953c6dace6c042c Many c...
Hello, I have User model and several other models that belongsTo User. I have a lot of routes for ch...
I'm able to display all my Hostings, but I would like to also display the name of the company that b...
I am trying to plan out my DB Schema and want to keep it DRY. I plan to have multiple tables for pos...
I created a web application using PHP framework Laravel 4. Now I would like to create an Android app...
In migrations, I create a pivot table Schema::create('system_user', function(Blueprint $table) {...
Hi everyone, a "simple question" maybe it's not possible... I have this query repeated con...
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