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: You can also get here with laravel-quizzes.com

Permalink: https://rappasoft.com/index.php/quizzes/laravel/configuration/f4200828-26c9-4450-92e3-1a0ab22ae3ac

You can also get here with laravel-quizzes.com