-
I've setup **laravel-translateable** by following the guide in the README. Though, I'm not getting back the translateable items by default. If I return `$countries` in an API call it doesn't return th…
-
I'm trying to make use of Laravel 4 Administrator's Global Actions ('global_actions' array) in the config for one of my tables, and regardless of what method I call, I get the dreaded:
local.ERROR: e…
-
Being able to apply a set of rules to each element when the input to validate is an array, would be very useful. This would be a kind of nesting of validation rules, and I'm not sure how that would wo…
-
If I am caching the results of a Eloquent object using
```
$articles = Countries::remember(5)->get();
```
or
```
$articles = Countries::rememberForever()->get();
```
how can i renew or reset thi…
-
hello, i'm getting an error, and i don't know where screwed up. Any help would be appriciated.
here is the error:
Undefined property: Product::$translations
private function getTranslationByLocaleK…
-
Having the ctor load and parse the JSON takes up a large amount of memory and in my current setup I get the following
```
[11-May-2014 22:20:44 UTC] PHP Fatal error: Allowed memory size of 134217728…
-
I am using version 1.2.7.
If I use local lookup option for auto-complete, everything works great (highlight matched portion, dynamically update suggestions lits). However, if I replace lookup with se…
-
I know you're trying to dumb OpenCart down so that even a monkey can make changes, but forcing ocmods to reside in the database is an incredibly poor design decision.
The reason is that it breaks wor…
-
Post created so we can all get together and discuss how we should go about this.
Your ideas and comments please.
Thanks :)
-
Hi ,
I'm working onn laravel package , but when I process my payment . I get this response issue
my code as bellow
```
// ### Address
// Base Address object used as shipping or billing
…