Zoran Shefot Bogoevski

Results 5 comments of Zoran Shefot Bogoevski

The same problem on my end and on a dd(config('services.facebook_poster')) return ``` ^ array:3 [▼ "app_id" => "447881111111111" "app_secret" => "447886111111111|JOf-XpjhoVj6PoX8iFkY_1ym2bY" "access_token" => "EAAGXWaqI5dgBADFVPVPcXH60sNruOPyG6xPefTcOpBjTt3GlSUj8eM27pClYgrZCJunhWF4FwIfodiBJHsB5ywyApric2gcH4mPlBh4tygcYOd8oGH5wJ8ZAKKktK61UDXS2H8ZBO5eduKv2ijCko3hXffKPh0Z ▶" ] but on dd($config) in...

How to fix it not just close the ticket tray PHP artisan config:cache; config:clear

I am running the current version (3.0.0) with Laravel 7.19 as well and use notification to run the package here is my code `

let my try :) on new install

fix the problem for me jus edit facebook.php in vendor :) ``` $config = array_merge([ 'app_id' => getenv(static::APP_ID_ENV_NAME), 'app_secret' => getenv(static::APP_SECRET_ENV_NAME), 'default_graph_version' => static::DEFAULT_GRAPH_VERSION, 'enable_beta_mode' => false, 'http_client_handler' => null,...