Türker YILDIRIM

Results 3 comments of Türker YILDIRIM

@cytronn Sample URL: https://wp.test/wp-json/acf/v3/options/options/licence_key Sample usage: ``` acf_add_options_page( array( 'page_title' => 'Settings Page', 'menu_title' => 'Settings menu', 'menu_slug' => 'acf-test-settings', 'capability' => 'manage_options', 'icon_url' => 'icon.png', 'position' => '03', 'redirect'...

I had same issue. The problem is, config file not loading... put your `bootstrap/app.php` file this: >$app->configure('models'); If i'm not wrong lumen does not load config files automatically. So you...

`config_path` and such helper functions does not provided by Lumen but on most cases (to use some popular packages) you'd have to add them into your `bootstrap/app.php` or a helper...