I need to render a google plus share link in my project. I have the url data in my database and call...
I have a csv file with thousand of records. How can I use Eloquent model to import all data?
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...
Hi, does anyone know how to manage mysql database via phpmyadmin with laravel4. Thanks
Hi guys! I have a comments table and this table has four fields which are : id post_id type_id comm...
Hi guys! I have two databases main and beta. In my database.php file I have setup the connection to...
Hi, I've read the eloquent docs, but can't seem to find the answer - am I missing something? I am tr...
Hi! I'm really newbie and I'm not sure how to do queries with Eloquent. My SLQ query is this: SELECT...
i have an form that is set to upload an image and update a database with the image data (if needed)....
My application has to adapt to an existing database which uses integer timestamps instead of string...
Hi! I have a little problem that I'm not quite sure how to solve it. To simplify, lets say that I ha...
Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...
Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...
You can create this query SELECT * FROM users AS t1 LEFT JOIN installs AS t2 ON (t1.id = t2.usuario_...
###Here is my seeder table class class DataClassificationTableSeeder extends Seeder{ //Data Classi...
I want to mak a one-to-many relationship like in the tutorial. One To Many An example of a one-to-m...
Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...
i realize the question sounds very rudimentary, but coming in from the front end side of development...
At this point I have two files in my migration folder, one to create the table with its columns, and...
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