Use Rector & improve initial namespaces
What's new
- Add scripts to automatically refactor your app with Rector:
composer quality:refactor(orcomposer quality:refactor-dryfor a dry run) - Change the default namespace of the code to
\App - Change the default namespace of the tests to
\Tests