i use to build a query like this: $query->where (col1 - col2) > 2 how can this be done with th...
Hello thanks for the great work I am new to any php framework can someone tell me how i can setup it...
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
I'm normally used to working on cPanel servers, where vhosts and suphp are set up in such a way that...
$from = Att::Find(Input::get('pos')); $to = Att::Find(Input::get('to'));...
Hello, I'm relatively new to Laravel, I've researched this as thoroughly as I possibly can but unfor...
I just watched Jeffery way's Laracon pre-recorded presentation on Laracasts. There is a section on h...
I think this is Chrome 35-related, as it has been giving me issues all day (have also had to repair...
Hi, I want to set a session value using session_put in a ajax request and then after that I want to...
I've tried to create a nesting controller but I am not able to create a route for it. The documentat...
Hello everyone, I have a server on GoDaddy and I use this server like a portfolio. I want to add som...
Hi, This one is completely SQL question. Assuming we have the next query: SELECT *, (SELECT COUNT(id...
Hi all, I have setup a repository to create a new resident. <?php namespace Crescent\Repos;...
$('#select-repo').selectize({ valueField: 'url', labelField: 'name', searchField: 'name', options: [...
How do I write a eloquent on getting specific fields or columns from the table? I have tried below,...
Hi all, I come from a background of developing apps in Symfony2, where instances returned from the s...
I have a class called ViewData passed through the constructor to a controller class public function...
Hello everyone Im quite new in laravel framework, but i like the way how it works. Now im building o...
Hi .. new to Laravel here .. and learning Eloquent ORM. I have a jobs table. I have a Job.php model,...
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