How to set configuration values in laravel?



How to set configuration values in laravel?..

Answer / Chetan Sonker

Configuration values can be set in Laravel using environment variables defined in the `.env` file, or by manually setting values in service providers or configuration files (e.g., `config/app.php`).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is contract in laravel?

1 Answers  


Explain how can you write your own service provider in laravel?

1 Answers  


What is Decryption Process ?

2 Answers  


What is a Views ?

1 Answers  


List some official packages provided by laravel?

1 Answers  


How to create custom middleware in laravel?

1 Answers  


What are middleware groups?

1 Answers  


What is a Laravel - Encryption ?

1 Answers  


Tell me how to enable the query logging?

1 Answers  


In which folder robot.txt is placed?

1 Answers  


What is url in laravel?

1 Answers  


How to use custom table in laravel modal?

1 Answers  


Categories