Replies: 3 comments 2 replies
-
Just tried now and my app can run without any issue without What error are you getting ? Cannot reproduce the issue, can you reproduce with a clean Laravel install ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
When I remove or rename composer.json, I got:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
In stack, there are just Laravel's files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try understood something...
When I run commands:
composer install --no-dev --optimize-autoloader
composer dump-autoload --optimize
it creating auto load maps for namespaces.
Then I would like remove composer.json file (on production server for security reasons), but the app still required this file.
Why?
Beta Was this translation helpful? Give feedback.
All reactions