Configure
Modify configuration files
Install
Configure
This functionality is provided by core task @core/laravel-config
and hence it must be enabled before using it.
Where key is the location of the file to edit relative to the root of the project. Without extensions. Plus a single slash followed by the config path to edit.
For instance, if we wanted to change the application name (configured in config/app.php) we could do it like this:
Last updated
Was this helpful?