You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user manually configures their app.php config, or runs any set commands such as the version prior to running the setup wizard none of their settings are applied.
Example; php ayuco set version:1.0.1 php ayuco setup
*The version on the theme/plugin template files is 1.0.0 and doesn't take the app.php config parameter.
The text was updated successfully, but these errors were encountered:
The only thing I fear with limiting users with a warning instead of taking into account existing app.php is the setup command can't be used later on in development and we make the choice that people using the framework as their starting point but with customizations won't have them taken into account when starting new projects and using the setup command.
*speaking hypothetically of course but thinking if we can make it more flexible why lock it down so it's only ever usable as the first command that gets run.
The system should detect if the setup has run or not. If no setup is detected, then it should sto[ from executing any other command and should warn the user to run setup first.
Hi @amostajo,
If a user manually configures their app.php config, or runs any set commands such as the version prior to running the setup wizard none of their settings are applied.
Example;
php ayuco set version:1.0.1
php ayuco setup
*The version on the theme/plugin template files is 1.0.0 and doesn't take the app.php config parameter.
The text was updated successfully, but these errors were encountered: