-
## Expected behavior
I would like to ignore some models during ForestAdmin mapping.
## Actual behavior
I can specify only one dir and/or namespace for models mapping.
## Failure Logs
`…
-
## Expected behavior
By default, the reference key of a table should be setup to the table's primary key
## Actual behaviour
On my local environment, the reference key of table `Beneficiary` …
-
## Expected behavior
I need to exclude models from forestadmin.
How to do this ?
1) With a property in Eloquent models :
```
//Models/MyModel.php
-
## Expected behavior
Can not change model directory.
## Failure Logs
Forest 🌳🌳🌳 Cannot find the models directory
## Context
During the Forest installation I have set a bad model path "a…
-
## Expected behavior
TODO: Please describe here the behavior you are expecting.
While run command `composer require forestadmin/forest-laravel` it should change composer jason file with forest adm…
-
I have a model who has a belongsTo relationship with a model whose primary key is not called 'id' and I believe this is what's preventing it from loading.
'id' is harcoded here https://github.com/F…
-
Hey, guys.
Any chance of adding Laravel documentation soon? Even just a sample Laravel project would help.
I just cannot figure out to start populating my Forest Admin dashboard.
Any guidance …
-
Found while installing and initializing the Forest Admin project with Sandro, i'll generate the error again and post information about it later. Mark as incomplete for now!
-
My Badge table has a tinyint 4 column, it yields a checkbox control in forest admin which is invalid. Right now i only have 2 states so it is ok, but later on, i will need more than 2 states.
-
Install fails on a fresh Laravel 5.4 app:
```
$ composer create-project --prefer-dist laravel/laravel blog
$ composer require forestadmin/forest-laravel
Using version ^0.1.1 for forestadmin/fore…