Quizzes: Laravel • Getting Started • Configuration

How would you access the following configuration value programmatically?

14 Remaining
1<?php
2// config/settings.php
3 
4return [
5 'api' => [
6 'endpoints' => [
7 'google' => 'https://apis.google.com',
8 ],
9 ],
10];
How would you access the following configuration value programmatically?
Tip: Carefully read the questions, I may be trying to trip you up with key words or phrases.

Permalink: https://rappasoft.com/quizzes/laravel/configuration/ba38f676-8a7f-4580-bd06-e49df87f5dc4

You can also get here with laravel-quizzes.com