I've been using integer MySQL columns to store unix timestamp dates and really prefer/like it. I'm j...
Is it possible to use artisan to refresh the migrations without deleting the data? I've setup my mig...
I'm interested in building a solid API for consuming resources from my projects. Would like to hear...
Hi, Help connect Laravel with Oracle 11g xe in Linux.
Total newbie here and having trouble figuring this out. I have a table called users and a table call...
class Cat extends Eloquent { public function user() { return $this->belongsTo('User'...
Just a quick one, i'm struggling to do relationships correctly.. I have 2 tables 'users' and 'files'...
i use to build a query like this: $query->where (col1 - col2) > 2 how can this be done with th...
Hi, I am having trouble with populating a dropdown with values from a relationship. The code below w...
how to retrieve data from database using table formatting
$from = Att::Find(Input::get('pos')); $to = Att::Find(Input::get('to'));...
Hi, This one is completely SQL question. Assuming we have the next query: SELECT *, (SELECT COUNT(id...
Hi .. new to Laravel here .. and learning Eloquent ORM. I have a jobs table. I have a Job.php model,...
Hello, i need help me please, i can't get all rows from table productos, explain me I have two table...
I'm creating an application which allows users to register an account. Once signed in, they can then...
I would like to keep all of my table creating in migrations, however, the table I am trying to creat...
Hi! For a while now (I think probably since the update to Laravel 4.1) I sometimes get the Error Exc...
I have 2 queries and I want to check if values of one queries exists in array of other query. I have...
insert data from form to table but the data inserted row empty what the problem?
I have 3 tables: posts, comments, and users. One post has many comments (one to many relation.) Ever...
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