Available for select projects New York · Working worldwide
Rappasoft LLC
Menu

Laravel quizzes / In progress

Laravel

Getting Started

Current question

How would you access the following configuration value programmatically?

38 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: Documentation links and some explanations will appear when you complete the quiz.