ForestAdmin / forest-laravel

🌱 Laravel Liana for Forest Admin. This repo is no longer maintained. Please use laravel-forestadmin instead: https://github.com/ForestAdmin/laravel-forestadmin
GNU General Public License v3.0
4 stars 0 forks source link

missing forest.url #43

Closed matteoerrera closed 6 years ago

matteoerrera commented 7 years ago

By installing Forest from Composer, the 'url' key is not generated in the file /config/forest.php, and from the dashboard the 'collection' selectbox is empty.

By adding 'url' => 'https://forestadmin-server.herokuapp.com',

all work.

arnaudbesnier commented 7 years ago

Hi @matteoerrera, thanks for the feedback. That is really weird. You are the first to have this kind of issue.

The url is supposed to be set by default, see the following line: https://github.com/ForestAdmin/forest-laravel/blob/9a7df61f2eeba7fd306b883be7a17c2544502f83/config/forest.php#L4 Can you detail a bit what you did to install Forest? Did you follow the onboarding steps?

Having a dashboard with the collection selectbox empty is a consequence of the first issue I guess.

arnaudbesnier commented 7 years ago

@matteoerrera do you still have your issue?

matteoerrera commented 6 years ago

I think it was my mistake, with a recent update I no longer have this problem. Thank you!