We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ec160 commit aa3937dCopy full SHA for aa3937d
UPGRADING.md
@@ -9,7 +9,7 @@ Additionally, this version requires PHP 8.2.
9
- The `app/` directory has been replaced with `config/` and `src/`
10
- All configuration files now reside under [config/](config), organized by environment
11
- Application configuration resides in [config/packages](config/packages)
12
-- The console has moved form `app/console` to [bin/console](bin/console)
+- The console has moved from `app/console` to [bin/console](bin/console)
13
- Database migrations have moved to [migrations/](migrations)
14
- `AppKernel` has been replaced with [Kernel](src/Kernel.php)
15
- Logs has moved from `app/logs` to [var/log](var/log)
0 commit comments