Andrew Niemantsvedriet

Results 16 issues of Andrew Niemantsvedriet

It would be great to limit the types of files displayed when using something like http://fm.linea21.com/index.html?type=pdfs

I have folders that I only want images in for example and other folders that should only contain PDF files. It would be nice to be able to limit it...

enhancement
new feature

A simple hello world example on how to use this library would be nice. Should cover compiling and then a basic use case, like switching inputs.

In MindbodyClient.php on line 61 an exception is thrown that doesn't exist. `throw new UnexpectedValueException("{$type} is not a valid type associated with ".get_called_class());`

This closes #2

Bump the PHP version constraint to allow for PHP 8

The current version will not run on PHP8. This pull request: https://github.com/tecnickcom/TCPDF/pull/244 seems to fix the issue.

When upgrading to version 2.4.0 my routes stopped working. I am using route model binding with ModelA and I have the following routes in web.php ``` Route::get('/permanent/modelA/{modelA}', function ($modelA) {...

Email alerts should only be sent once per alert, so that an inbox is not overwhelmed with alerts.

In the group controller the group description should be loaded when the modify group drop down is changed.