Support the ongoing development of Laravel.io →

andrejmk

Joined 28 Mar 2014

Statistics

Threads 7
Replies 11
Solutions 0
Articles 0
posted 9 years ago

Issues with Laravel Cache

I have one strange issue while using Memcached with Laravel. On my local environment I'm using Windo...

0 Likes
0 Replies
posted 10 years ago

Selecting certain columns with Eloquent

I have Property model and in it I have relationships with few other tables. Here is an example for t...

0 Likes
5 Replies
posted 10 years ago

Laravel memcached on WAMP

Hi, I'm using WAMP on Windows. I have memcached installed. The steps that I followed to install memc...

0 Likes
10 Replies
posted 10 years ago

Public properties in Eloquent class

I have the following class: class Property extends Eloquent { public $id; public $date; publ...

0 Likes
6 Replies
Solved
posted 10 years ago

Autoloading without composer

I'm having this directory structure: app viewmodels account (here are a few php files with classe...

0 Likes
4 Replies
replied 10 years ago

Selecting certain columns with Eloquent

I'll redefine my question, in case I was not clear. This example is from the Query Builder documenta...

0 Likes
replied 10 years ago

Selecting certain columns with Eloquent

It eager loading, by the definition from here: http://laravel.com/docs/eloquent#eager-loading Beside...

0 Likes
replied 10 years ago

Selecting certain columns with Eloquent

I forgot to mention that I've tried with propertyStatus.status, property_status.status, but with no...

0 Likes
replied 10 years ago

Incremental ids for all users

It should not be, if you are careful. Make sure you do not allow users to edit clients that are not...

0 Likes
replied 10 years ago

Laravel memcached on WAMP

Unfortunately, no. It's a way to install Memcache, which can be used as Memcached. Outside of Larave...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.