-
**- Vue.js version: 2.4.2**
**-Laravel version: 5.5**
**- consumed using: webpack / laravel mix**
**- FULL error message (including stack trace):**
vue.app.js:76815 Uncaught (in promise) TypeErr…
-
hello, the second day I am trying to install aimeos without success :(
**Environment**
1. Version 2020.04
2. Operating system Windows 10, WAMP, MARIADB 10.4.10, PHP 7.3.12
**Describe the bug*…
-
try.php
```php
try {
//Server settings
$mail->SMTPDebug = SMTP::DEBUG_SERVER;
$mail->isSMTP();
$mail->Host = 'mail.rawmail.nl';
$mail->SMTPAuth = true;
$mail->U…
-
In Laravel 7 the TransportManager was removed in favor of the new MailManager.
This breaks transport because postal isn't registered.
This can be fixed by using the MailManager instead of the Transp…
-
In laravel 5.4 the package is not validating dynamic fields, is there a work around or the package doesnt support that?
-
### General Information
GeocoderLaravel Version: ^4.0
Laravel Version: 5.5.11
PHP Version: 7.2
Operating System and Version: Windows 10
### Description
I have this simple code to try out this …
-
Hi
I have built a small project in Laravel 5.3, and want to add Aimeos to it.
I have followed the documentation, but when I get to the command "php artisan aimeos:setup --option=setup/default/dem…
-
- Laravel Version: 5.4
- PHP Version: 7.1
- Database Driver & Version: MySQL 5.7
### Description:
I want to save mobile devices information in the database using their UUIDs. The `uuid` field ha…
-
- Laravel Version: 6.7.0
- PHP Version: 7.2.25
- Database Driver & Version: MySQL 5.7.x
### Description:
When running the below code, there is a duplicate generated for the Address Model, but on…
-
It doesn't show any error for incorrect postal codes, for example if i insert a postal code 55555 for IT (Italy), and it doesn't show any error.
All it does is check if the inserted postal code has …