-
Hi,
Laravel 5.3.* fresh install.
Running the command `php artisan geoip:update` outputs the following:
```
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'GeoIp2\Database\R…
jrean updated
3 years ago
-
Version 5.0.34-28
I tested out the client portal, using a fake client record.
I tried to add a payment method (credit card).
Ninja went to page saying a Postal Code had to be entered before c…
-
For some reason bootstrap is not working in the generated pdf.
This is my code:
```
$client = new Party([
'name' => $request->receiver,
'phone' => $requ…
-
**What version of Invoice Ninja are you running? ie v4.5.25 / v5.0.30**
5.1.34-C45
**What environment are you running?**
My own Barebone Server under Ubuntu 20.04, dedicated to Invoice Ninja
…
-
Is it possible to use this client for working with google contacts? Basic crud stuff...
-
Hello,
I get the following error after trying to pass a 'null' to the postal code validation.
```
TypeError
Argument 2 passed to Axlon\PostalCodeValidation\PostalCodeValidator::passes() must b…
-
- Laravel Version: 7.21.0
- PHP Version: 7.4.3
- Database Driver & Version: n/a
### Description:
I have a form where users can book a ticket for an event. Users have to enter a postal code, eith…
-
## Nossa empresa
A NewPost é a maior inovação postal da ultima decada. Mais do que uma rede de lockers, somos a sua agência postal completa. Facilitando a forma como você recebe e envia encomenda…
-
If I am on an the `edit` page for **Organizer A**
and click on an inertia link to `edit` **Organizer B**.
Inertia replaces the url **but the form is not reloaded** and keeps Organizer A data
(and …
-
I have Question and Answer models and simple One to Many relation ship as below:
```