I have one strange issue while using Memcached with Laravel. On my local environment I'm using Windo...
I have Property model and in it I have relationships with few other tables. Here is an example for t...
Hi, I'm using WAMP on Windows. I have memcached installed. The steps that I followed to install memc...
I have the following class: class Property extends Eloquent { public $id; public $date; publ...
I'm having this directory structure: app viewmodels account (here are a few php files with classe...
Yes, the driver set to be 'memcached'. The issues is that Memcached is not installed on my Windows P...
It seems that in my raw PHP application I've been using memcache, not memcached (but it worked on Y...
@hailwood's solution is the right one, thanks! Using the public properties on Eloquent, as I already...
OK, doing it with composer did the trick. I'll try to use it with psr-0, with namespaces to see how...
I think I would still need to use namespaces for the classes, right? That is my primary issue, what...
The Laravel portal for problem solving, knowledge sharing and community building.