Ben Kuhl

Results 29 issues of Ben Kuhl

Is Ardent testable? It seems like I'm not doing anything special here and it's throwing a fatal error My model: ``` php class Account extends \LaravelBook\Ardent\Ardent { protected $fillable =...

Using `"zizaco/entrust": "5.2.x-dev"` with Laravel 5.2 I'm running into an issue using the route filters. It looks like they aren't yet designed for Laravel 5.2. The error I get when...

In January 2018 [LetsEncrypt is adding wildcard subdomain support](https://letsencrypt.org/2017/07/06/wildcard-certificates-coming-jan-2018.html). It indicates this is accomplished via their [ACME v2 API](https://letsencrypt.org/2017/06/14/acme-v2-api.html). Do we know what support will look like for this Rancher...

Rolling back is a complicated process and it'd be sweeeeet if this package handled when to run database rollbacks. It'd require looking at the current/target releases to figure out how...

enhancement

I was experiencing an issue where ngrok could not access localhost:80. It looked like ngrok was trying to take an external request into the docker container and fowarding it to...

## Problem When considering the compatibility of this library it's difficult to know for sure what it's actually compatible with and whether it can reliably be used in modern projects....

enhancement

I'm a new user of the SDK, but it looks like this snippet is the best way to determine if an email is currently subscribed or not: ```php $subscription =...

enhancement

Can you please release a version so folks aren't required to use `dev-master`?

Nova version 4.19.5 I was having issues getting this to work for me so I decided to take an entry from the example and it won't load either. Using this...

The documentation shows the `cards()` should actually perform the db query and populate the data. This is a problem, because these queries run when the Dashboard itself is loaded. Please...