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
When creating new Symfony projects, the current installer now asks if users would like to use the Symfony 3 folder layout (for easier upgrades, I guess).
Most things are the same, but app/console has now been moved to bin/console.
Running php bin/console braincrafted:bootstrap:install works fine, but the post-install-cmd/post-update-cmd scripts currently try to call app/console, which fail because app/console does not exist.
The text was updated successfully, but these errors were encountered:
When creating new Symfony projects, the current installer now asks if users would like to use the Symfony 3 folder layout (for easier upgrades, I guess).
Most things are the same, but app/console has now been moved to bin/console.
Running
php bin/console braincrafted:bootstrap:install
works fine, but the post-install-cmd/post-update-cmd scripts currently try to call app/console, which fail because app/console does not exist.The text was updated successfully, but these errors were encountered: