I have installed Twig and I'm using TwigBridge. It's working because I can write twig syntax etc in...
I have a table of payments (with a postcode field); class Headquarters_Pay_Data extends Model {...
I am constructing this query in my Laravel controller; $payments = DB::table('payments')->leftJoi...
Hey, I'm giving a talk soon on my development environment and the benefits of using Vagrant/VirtualB...
Here is my controller code; $fields = ['country','county','gor','locauth','parlc']; $rules = []; for...
I'd be tempted to first take a look at the database structure and check (if you're using innodb sto...
@Xum - I have used CodeIgniter before, that's about it. I have spent years coding procedurally and I...
Ah, yes. Taking off the parentheses works fine. And returning all the zips I have to do; $zip[] = $q...
Ah, you made it look so simple :D That is what I am after but I made a slight mistake on my original...
@lazysignum got there first so I have marked it as the solution. But, @moinescumihai you are also co...
The Laravel portal for problem solving, knowledge sharing and community building.