New: NativePHP Starter-Kit

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/342c791b-59e2-4a81-a175-5dcb5360346c

You can also get here with laravel-quizzes.com