Project Structure
Configs
Configs are where you define your application settings.
Overview
Our configuration setup is closely integrated with Laravel's existing configuration setup.
You should know!
It's important to note that, for security purposes, when using the Stellify IDE, we don't allow every setting to be accessed/ overridden that you may be able to access/ override in a standard Laravel application. This limitation can be overcome by switching to local development.
You should know!
Upon the creation of a project, an application (app) config is created by default.
You can review the full Configuration API specification here.