i have this join statement : Item::join('buttons', 'items.cta_id','=','buttons.id')->where('build...
I must be missing something obvious here... I have a model called PlanType and another called Pricin...
Hello all! I'm getting ���� instead of accented chars like ç, ã, é... from a sqlsrv PDO connection.....
Retrieved value from the MySQL database using @foreach($entity as $key => $value) {{ $val...
Hi, I have Category model based on Baum Nested Set (https://github.com/etrepat/baum) package and Cat...
Here is my controller: public function stats() { $title = "Stats"; $stats = DB...
I need to render a google plus share link in my project. I have the url data in my database and call...
Hello! I've got a problem with a form which should be populated with values from my database. My dat...
How would I store <option > 's in a mulitple select like so <select name="options" multiple...
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...
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