Sodalis
Moving everything in /app to /something_else
I am at the very beginning of writing a code generator app that ideally would be able to use the App namespace and the /app directory for generated code, however Laravel, Filament, Jetstream and Fortify have a handful of default files in the /app directory and that use the App namespace.
I am guessing that the reason these files are in /app is because it is anticipated that the developer might want to change the functionality in them and that they are not intended to be replaced during a version update, and that consequently there are no issues about moving these files and editing the files to change the App namespace to something else. Is this guess correct?
I am asking this in the Filament forums as Filament has the most functionality that might assume an App namespace, so I want to be confident that moving it should not create any issues moving forwards.
23 replies