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];
Tip: Documentation links and some explanations will appear when you complete the quiz.
Permalink: https://rappasoft.com/quizzes/laravel/configuration/0acd5b31-157e-47bf-bd2e-9a648e74d336
You can also get here with laravel-quizzes.com