Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e886b53

Browse filesBrowse files
committed
bug #18752 [configuration][override_dir_structure] autoload to autoload_runtime (IssamRaouf)
This PR was merged into the 5.4 branch. Discussion ---------- [configuration][override_dir_structure] autoload to autoload_runtime From Symfony 5.3 we use autoload_runtime instead of autoload <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- e95def3 [configuration][override_dir_structure] autoload to autoload_runtime
2 parents 09b0c4c + e95def3 commit e886b53
Copy full SHA for e886b53

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎configuration/override_dir_structure.rst

Copy file name to clipboardExpand all lines: configuration/override_dir_structure.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ your ``index.php`` front controller. If you renamed the directory, you're fine.
254254
But if you moved it in some way, you may need to modify these paths inside those
255255
files::
256256

257-
require_once __DIR__.'/../path/to/vendor/autoload.php';
257+
require_once __DIR__.'/../path/to/vendor/autoload_runtime.php';
258258

259259
You also need to change the ``extra.public-dir`` option in the ``composer.json``
260260
file:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.