Scott Grayson

Results 6 issues of Scott Grayson

I can get the relationships using the model's `columns` array using dot notation and nested selects. But I have not been able to refactor to using eloquent relations The following...

1. create `permission1` and `permission2` 1. create `role1` and assign `permission1` 2. create `user1` and assign `role1` 3. visit user.edit which has permission field **permission field result:** - [unchecked] permission1...

``` PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry for key 'firewall_ip_address_unique' ``` Happened in production using the use_database => true config option. Let me know if you need any...

- require translatable package and updated requirements for php and db - make attributes translatable for survey models - add indexes to db tables

Feature request (or is this already possible?) Would be helpful to be able to scroll HTML element instead of the whole page. Does anyone have a way to avoid using...

As far as I can tell, this is working on nova 3.x without any additional changes