PSR12 Laravel standards.
app
config
resources
routes
tests
database
app/Console/Kernel.php
app/Http/Controllers/Controller.php
app/Http/Controllers/Auth/*
app/Http/Requests/Auth/LoginRequest.php
bootstrap/cache/*
config/*
public/index.php
storage/framework/views/*
server.php
*/migrations/*
*/seeds/*
*/*.blade.php
*/*.js
vendor/*
node_modules/*