I have a csv file with thousand of records. How can I use Eloquent model to import all data?
Hi , I am using ckeditor for textarea. It is working fine. But when we display description on fronte...
I have setup my connection in remote.php: 'production' => array( 'host' => '192.168.x.x...
This Setter works well... public function setPoligonoAttribute($value) { $this->attributes['polig...
I am in the process of writing a SPA application using angularjs for the frontend and laravel as a R...
Hi, does anyone know how to manage mysql database via phpmyadmin with laravel4. Thanks
Once again I'm pretty lost, the same place as other projects I've started xD A "closed" ap...
Hi guys! I have a comments table and this table has four fields which are : id post_id type_id comm...
Hi, I've got this in my code. $list = $the_things->where( 'date_field', '>', time() ); That d...
Hi guys! I have two databases main and beta. In my database.php file I have setup the connection to...
http://laravel.io/bin/Nk3v#2 I thought I had everything working, until I added this last foreign key...
My question is in regards to doing this: $user = User::find(1); $user->email = '[email protected]'; $u...
Hi, this is my first thread so if I doing wrong some things please don't hate me :) I'm using Migrat...
Hi. I have this table: Schema::create('maps', function($table) { $table->engine = 'InnoDB'; $...
Can't get this to work properly. The results are not ordered by date and I get duplicates for each c...
tableA that contains 2 particular columns. idA, idB tableB has 1 column that those are mapped to. id...
Hi, I've read the eloquent docs, but can't seem to find the answer - am I missing something? I am tr...
Hi all, I have an issue I can't seem to figure out..... I want to use Ajax/jQuery to get data from a...
Laravel has a first method when accessing an Eloquent model, but is there a way to get the last reco...
Hi! I'm really newbie and I'm not sure how to do queries with Eloquent. My SLQ query is this: SELECT...
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