Replies: 2 comments 2 replies
-
Looking at what the It looks like some files came back on 23 February : laravel/laravel@96508d4 And I think you shouldn't care too much about that as some things could be broken when these files are missing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
isnt lumens still a thing? thats a waterdowned version of laravel, or use to be. |
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.
-
I'm trying to start a Laravel 11 app with the minumum number as possible of files.
According to this and this, Laravel 11 should set an empty

config
directory when creating a fresh new project. However when I executelaravel new example-app
theconfig
directory pullulates of config files.Is there any option/flag/command that I'm missing?
I'm running
Laravel Installer 5.9.2
withLaravel Framework 11.29.0
.Beta Was this translation helpful? Give feedback.
All reactions