Edgar

Results 3 issues of Edgar

is there a specific option for this kind? Only trigger the server validation attribute if ex. I type string with length of greater or equal to "3". Thanks

Improvement

PHP 7.2 Laravel 5.2 I already installed ZipArchive package, this error always occur when ever I upload the zip file `Call to a member function close() on string ` its...

When I pass a variable to the view content I get this issue ``` public function content() { return new Content( view: $this->mjml('test')->buildMjmlView()['html'], with: [ 'abc' => 'Dummy Sentence' ]...