-
Currently, Eloquent relationships are tested using dedicated Model test classes, but the relationship test methods should be moved into the Repository test classes.
Once that's been done, the Model…
-
- Laravel Version: 5.7.9
- Nova Version: 1.1.4
- PHP Version: 7.2.3
### Description:
I sent a support email over a week ago but had no reply so checking if anyone can help here or knows …
-
Maintenance mode is checked on every request by utilizing a middleware. Thereby it would be no problem to add an argument for the `artisan down` command that exempt routes from maintenance mode.
**…
-
In our project we require some country-specific config values to be exported, ie. `countries.en.currency`. As it is now, we need to add the config value to the `$config` setting for each country, whic…
-
Hello I have finally integrated Yin into laravel 5.6 with [dingo API](https://github.com/dingo/api) But stuck here.
Below is my code.
public function show()
{
// Find the cur…
-
Hello,
I imported some countries to test your package. I only imported in english. Considering the doc at https://github.com/dimsav/laravel-translatable#fallback-locales I set the use_fallback conf…
-
For example, this:
```
$association->addAddress([
'street' => 'Sadama 1',
'city' => 'Tartu,
'post_code' => '51004',
'country' => 'EE',
]);
```
will fail. Also tri…
-
- Laravel Version: 5.6.27
- PHP Version: 7.1.18
- Database Driver & Version: mysql Ver 15.1 Distrib 10.0.34-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
### Description:
I have 2…
-
# Question
Querying across multiple children, was hoping that laravel-model-caching would actually generate a dynamic cache tag based on the query conditions. But the result is that it seems to simpl…
-
Bonjour,
je teste avored ecommerce et j'ai l'erreur suivante lors du paiement avec stripe
Cannot use object of type AvoRed\Framework\Cart\Product as array sur la ligne 83 du fichier
laravel-ecomme…